1
QT = core
2
TEMPLATE = subdirs
3
CONFIG += ordered
4
SUBDIRS = lib \
5
theplugin \
6
tst
7
!win32: !macx-*: !symbian: SUBDIRS += almostplugin
8
TARGET = tst_qpluginloader
9
10
# no special install rule for subdir
11
INSTALLS =
12
13