summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
blob: 5dc129fbf9b32f725d0f4f9e3524b75cf14053ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT -= gui
TEMPLATE    =	subdirs
CONFIG  += ordered

symbian: {
# Can't build two versions of lib with same name in symbian, so just build one
SUBDIRS =   lib2 \
            tst
} else {
SUBDIRS =   lib \
            lib2 \
            tst
}
TARGET = tst_qlibrary

# no special install rule for subdir
INSTALLS =
CONFIG += parallel_test