|
QT = core
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = lib \
|
|
theplugin \
|
|
tst
|
|
!android: !win32: !mac: SUBDIRS += almostplugin
|
|
macx-*: contains(QT_CONFIG, private_tests): SUBDIRS += machtest
|
|
TARGET = tst_qpluginloader
|
|
|
|
# no special install rule for subdir
|
|
INSTALLS =
|
|
|
|
|