21 lines
353 B
Prolog
21 lines
353 B
Prolog
QT = core
|
|
TEMPLATE = subdirs
|
|
|
|
tst.depends = lib theplugin
|
|
SUBDIRS = lib \
|
|
theplugin \
|
|
tst
|
|
!android:!win32:!darwin {
|
|
tst.depends += almostplugin
|
|
SUBDIRS += almostplugin
|
|
}
|
|
macos:qtConfig(private_tests):qtHaveModule(gui) {
|
|
tst.depends += machtest
|
|
SUBDIRS += machtest
|
|
}
|
|
|
|
# no special install rule for subdir
|
|
INSTALLS =
|
|
|
|
|