summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
blob: 8d117793bf63f2fbbf0a41ec9e55c652e3a33e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core
TEMPLATE    =	subdirs
CONFIG  += ordered
SUBDIRS	=	lib \
                theplugin \
		tst
!win32: !mac: SUBDIRS += almostplugin
macx-*: SUBDIRS += machtest
TARGET = tst_qpluginloader

# no special install rule for subdir
INSTALLS =


CONFIG += parallel_test