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

wince* {
   addPixmap.files = task_25863.png
   addPixmap.path = .
   DEPLOYMENT += addPixmap
}

android: !android-no-sdk {
    RESOURCES += \
        testdata.qrc
}