528fd2149e
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>
13 lines
249 B
Prolog
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
|
|
}
|