summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsplitter/qsplitter.pro
blob: 5422fae00c914948726757b14b1481bfe8b21e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
SOURCES  += tst_qsplitter.cpp


contains(QT_CONFIG, qt3support): QT += qt3support

wince*|symbian: {
   addFiles.files = extradata.txt setSizes3.dat
   addFiles.path = .
   DEPLOYMENT += addFiles
   !symbian:DEFINES += SRCDIR=\\\"./\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}