summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
blob: ec230601c4f734777a0571114fe1328963168d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core
TEMPLATE    =	subdirs

tst.depends = lib lib2
# lib2 has to be installed after lib, so that plain libmylib.so symlink points
# to version 2 as expected by the test
lib2.depends = lib

SUBDIRS =   lib \
            lib2 \
            tst
TARGET = tst_qlibrary

# no special install rule for subdir
INSTALLS =