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

# no special install rule for subdir
INSTALLS =