summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qsplitter/qsplitter.pro
blob: 79015269ef125b2ae7464747eaad658b1e5deda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qsplitter
QT += widgets testlib
SOURCES  += tst_qsplitter.cpp

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