summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
blob: 99fba3ca3986aa63dc0eddc7327de3a52dd6bc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstyle
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
QT += widgets testlib
SOURCES  += tst_qstyle.cpp

wince* {
   DEFINES += SRCDIR=\\\".\\\"
   addPixmap.files = task_25863.png
   addPixmap.path = .
   DEPLOYMENT += addPixmap
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0