the-libs/the-libs.pro
2021-03-02 01:12:16 +11:00

16 lines
185 B
Prolog

TEMPLATE = subdirs
library.subdir = lib
unittest.subdir = test
unittest.depends = library
SUBDIRS += library
unix:!macx {
SUBDIRS += tltrdesktop
}
#!android {
# unittest
#}