summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlibrary/qlibrary.pro
blob: fd5790b209a737cecc55f728a135aa007b2d7184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 =