diff options
Diffstat (limited to 'tests/auto/qstyle/qstyle.pro')
-rw-r--r-- | tests/auto/qstyle/qstyle.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qstyle/qstyle.pro b/tests/auto/qstyle/qstyle.pro new file mode 100644 index 0000000..f9fed69 --- /dev/null +++ b/tests/auto/qstyle/qstyle.pro @@ -0,0 +1,13 @@ +load(qttest_p4) +TARGET.EPOCHEAPSIZE = 0x200000 0x800000 +SOURCES += tst_qstyle.cpp + +wince*: { + addPixmap.sources = task_25863.png + addPixmap.path = . + DEPLOYMENT += addPixmap +} else:symbian* { + addPixmap.sources = task_25863.png + addPixmap.path = . + DEPLOYMENT += addPixmap +} |