qtmobility/tests/auto/qmessage/qmessage.pro
changeset 1 2b40d63a9c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/tests/auto/qmessage/qmessage.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,48 @@
+TEMPLATE = app
+TARGET = tst_qmessage
+
+CONFIG += testcase
+QT += testlib
+
+include(../../../common.pri)
+include(../support/support.pri)
+
+CONFIG += mobility
+MOBILITY = messaging
+INCLUDEPATH += ../../../src/messaging
+
+symbian|wince*|maemo5|win32|mac {
+} else {
+# Temporarily link against local qtopiamail lib (should be part of the platform)
+LIBS += -L $$(QMF_LIBDIR) -lqtopiamail
+}
+
+wince*|symbian*: {
+    addFiles.sources = testdata/*
+    addFiles.path = testdata
+    DEPLOYMENT += addFiles
+}
+
+wince* {
+    DEFINES += TEADATA_DIR=\\\".\\\"
+} !symbian {
+    DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
+}
+
+SOURCES += \
+    tst_qmessage.cpp
+
+symbian {
+    LIBS += -limcm \
+            -lcommsdat \
+            -lmsgs
+
+    TARGET.CAPABILITY = NetworkServices \
+                        LocalServices \
+                        ReadUserData \
+                        WriteUserData \
+                        UserEnvironment \
+                        ReadDeviceData \
+                        WriteDeviceData
+}
+