summaryrefslogtreecommitdiffstats
path: root/tests/nfcsymbianbackend/nfctestserviceprovider2/nfctestserviceprovider2.pro
blob: 82161c338938a41ee74f07f9c676d3b33c425d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
TEMPLATE = app
TARGET = nfctestserviceprovider2 

QT += core gui serviceframework

CONFIG += no_icon
  
INCLUDEPATH += ../../../src/connectivity/nfc
DEPENDPATH += ../../../src/connectivity/nfc
INCLUDEPATH += ../common
DEPENDPATH += ../common

INCLUDEPATH += ../../../src/global
DEPENDPATH += ../../../src/global

QMAKE_LIBDIR += $$QT_MOBILITY_BUILD_TREE/lib

HEADERS   += nfctestserviceprovider2.h
SOURCES   += nfctestserviceprovider2_reg.rss \
    main.cpp \
    nfctestserviceprovider2.cpp
FORMS	  += nfctestserviceprovider2.ui
RESOURCES +=



wince*|symbian*: {
    addFiles.sources = nfctestserviceprovider2.xml
    addFiles.path = xmldata
    addFiles2.sources = nfctestserviceprovider2.xml
    addFiles2.path = /private/2002AC7F/import/
    DEPLOYMENT += addFiles addFiles2
}

symbian { 
	TARGET.UID3 = 0xe347d950
    TARGET.CAPABILITY = LocalServices
   }


wince* {
    DEFINES+= TESTDATA_DIR=\\\".\\\"
} else:!symbian {
    DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
}

xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
xml.files = nfctestserviceprovider2.xml
INSTALLS += xml