summaryrefslogtreecommitdiffstats
path: root/tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro')
-rw-r--r--tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro52
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro b/tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro
new file mode 100644
index 00000000..2d2a5ac1
--- /dev/null
+++ b/tests/nfcsymbianbackend/nfctestserviceprovider/nfctestserviceprovider.pro
@@ -0,0 +1,52 @@
+TEMPLATE = app
+TARGET = nfctestserviceprovider
+
+QT += core gui serviceframework
+
+CONFIG += no_icon
+
+INCLUDEPATH += ../../../src/nfc
+DEPENDPATH += ../../../src/nfc
+INCLUDEPATH += ../common
+DEPENDPATH += ../common
+
+INCLUDEPATH += ../../../src/global
+DEPENDPATH += ../../../src/global
+
+HEADERS += nfctestserviceprovider.h
+SOURCES += nfctestserviceprovider_reg.rss \
+ main.cpp \
+ nfctestserviceprovider.cpp
+FORMS += nfctestserviceprovider.ui
+RESOURCES +=
+
+symbian: {
+ TARGET.UID3 = 0xe347d948
+ MMP_RULES += DEBUGGABLE_UDEBONLY
+}
+
+
+wince*|symbian*: {
+ addFiles.sources = nfctestserviceprovider.xml
+ addFiles.path = xmldata
+ addFiles2.sources = nfctestserviceprovider.xml
+ addFiles2.path = /private/2002AC7F/import/
+ DEPLOYMENT += addFiles addFiles2
+}
+
+symbian {
+ TARGET.UID3 = 0xe347d949
+ TARGET.CAPABILITY = LocalServices
+ }
+
+
+wince* {
+ DEFINES+= TESTDATA_DIR=\\\".\\\"
+} else:!symbian {
+ DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
+}
+
+xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
+xml.files = nfctestserviceprovider.xml
+INSTALLS += xml
+