summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/windowsmobile/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/windowsmobile/test/test.pro')
-rw-r--r--tests/auto/integrationtests/windowsmobile/test/test.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/integrationtests/windowsmobile/test/test.pro b/tests/auto/integrationtests/windowsmobile/test/test.pro
new file mode 100644
index 0000000000..595a619d2a
--- /dev/null
+++ b/tests/auto/integrationtests/windowsmobile/test/test.pro
@@ -0,0 +1,23 @@
+
+load(qttest_p4)
+QT += widgets
+HEADERS += ddhelper.h
+SOURCES += tst_windowsmobile.cpp ddhelper.cpp
+RESOURCES += windowsmobile.qrc
+
+TARGET = ../tst_windowsmobile
+
+wincewm*: {
+ addFiles.files = $$OUT_PWD/../testQMenuBar/*.exe
+
+
+ addFiles.path = "\\Program Files\\tst_windowsmobile"
+ DEPLOYMENT += addFiles
+}
+
+wincewm*: {
+ LIBS += Ddraw.lib
+}
+
+
+