summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/qstyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/styles/qstyle/qstyle.pro')
-rw-r--r--tests/auto/widgets/styles/qstyle/qstyle.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/widgets/styles/qstyle/qstyle.pro b/tests/auto/widgets/styles/qstyle/qstyle.pro
new file mode 100644
index 0000000000..2016316737
--- /dev/null
+++ b/tests/auto/widgets/styles/qstyle/qstyle.pro
@@ -0,0 +1,13 @@
+load(qttest_p4)
+TARGET.EPOCHEAPSIZE = 0x200000 0x800000
+QT += widgets
+SOURCES += tst_qstyle.cpp
+
+wince* {
+ DEFINES += SRCDIR=\\\".\\\"
+ addPixmap.files = task_25863.png
+ addPixmap.path = .
+ DEPLOYMENT += addPixmap
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}