qt5base-lts/tests/auto/widgets/styles/qstyle/qstyle.pro
Rafael Roquetto 528fd2149e Use QFINDTESTDATA on tst_QStyle instead of SRCDIR
Update the test code to match the current Qt idiom for finding test data (and
fix it on QNX).

Change-Id: I63e7c97b717722e4e6859a12f329d56b26584ce6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-06-07 22:18:33 +02:00

13 lines
249 B
Prolog

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
}