summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
blob: 83d00f7cd81342167ed1db751592898a18d12973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 =