tests/auto/qpainter/qpainter.pro
changeset 0 1918ee327afb
child 33 3e2da88830cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qpainter/qpainter.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,16 @@
+load(qttest_p4)
+contains(QT_CONFIG, qt3support): QT += qt3support
+SOURCES  += tst_qpainter.cpp
+wince*|symbian*: {
+    addFiles.sources = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
+    addFiles.path = .
+    DEPLOYMENT += addFiles
+}
+
+wince* {
+    DEFINES += SRCDIR=\\\".\\\"
+} else:!symbian {
+    DEFINES += SRCDIR=\\\"$$PWD\\\"
+}
+
+