summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsscene/qgraphicsscene.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgraphicsscene/qgraphicsscene.pro')
-rw-r--r--tests/auto/qgraphicsscene/qgraphicsscene.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsscene/qgraphicsscene.pro b/tests/auto/qgraphicsscene/qgraphicsscene.pro
new file mode 100644
index 0000000000..b8a5c8fbaa
--- /dev/null
+++ b/tests/auto/qgraphicsscene/qgraphicsscene.pro
@@ -0,0 +1,17 @@
+load(qttest_p4)
+SOURCES += tst_qgraphicsscene.cpp
+RESOURCES += images.qrc
+win32:!wince*: LIBS += -lUser32
+
+!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += QT_NO_CAST_TO_ASCII
+
+wince*: {
+ DEFINES += SRCDIR=\\\".\\\"
+ rootFiles.sources = Ash_European.jpg graphicsScene_selection.data
+ rootFiles.path = .
+ renderFiles.sources = testData\render\*
+ renderFiles.path = testData\render
+ DEPLOYMENT += rootFiles renderFiles
+}
+