summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicsitem/qgraphicsitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgraphicsitem/qgraphicsitem.pro')
-rw-r--r--tests/auto/qgraphicsitem/qgraphicsitem.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsitem/qgraphicsitem.pro b/tests/auto/qgraphicsitem/qgraphicsitem.pro
new file mode 100644
index 0000000000..20acf35b33
--- /dev/null
+++ b/tests/auto/qgraphicsitem/qgraphicsitem.pro
@@ -0,0 +1,7 @@
+load(qttest_p4)
+SOURCES += tst_qgraphicsitem.cpp
+DEFINES += QT_NO_CAST_TO_ASCII
+
+win32:!wince*: LIBS += -lUser32
+
+