summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2013-05-29 17:44:37 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-07 22:18:33 +0200
commit528fd2149ecdc921bf0af91de9dd3262498c9121 (patch)
tree9e25f525a3890727bfd63fb7ee1a31451fd06b5c /tests/auto/widgets/styles/qstyle/qstyle.pro
parent60df445d3bca6d6908bc8c07708e2df1c02584c9 (diff)
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>
Diffstat (limited to 'tests/auto/widgets/styles/qstyle/qstyle.pro')
-rw-r--r--tests/auto/widgets/styles/qstyle/qstyle.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/styles/qstyle/qstyle.pro b/tests/auto/widgets/styles/qstyle/qstyle.pro
index 2b9268f35d..4d18971cc6 100644
--- a/tests/auto/widgets/styles/qstyle/qstyle.pro
+++ b/tests/auto/widgets/styles/qstyle/qstyle.pro
@@ -6,10 +6,7 @@ QT += widgets testlib
SOURCES += tst_qstyle.cpp
wince* {
- DEFINES += SRCDIR=\\\".\\\"
addPixmap.files = task_25863.png
addPixmap.path = .
DEPLOYMENT += addPixmap
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
}