mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
16 lines
185 B
Prolog
16 lines
185 B
Prolog
TEMPLATE = subdirs
|
|
|
|
library.subdir = lib
|
|
|
|
unittest.subdir = test
|
|
unittest.depends = library
|
|
|
|
SUBDIRS += library
|
|
|
|
unix:!macx {
|
|
SUBDIRS += tltrdesktop
|
|
}
|
|
|
|
#!android {
|
|
# unittest
|
|
#}
|