qt5base-lts/tests/auto/widgets/styles/qstyle/qstyle.pro

18 lines
319 B
Prolog
Raw Normal View History

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
}