summaryrefslogtreecommitdiffstats
path: root/tests/nfcsymbianbackend/nfctestserviceprovider2/nfctestserviceprovider2.pro
blob: c53d01a2f0aae7d6a2ad7f65d10ac3aa5b3bee3d (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
TEMPLATE = app
TARGET = nfctestserviceprovider2 

QT        += core \
    gui 



CONFIG += mobility no_icon
MOBILITY = serviceframework \
             connectivity
  
INCLUDEPATH += ../../../src/connectivity/nfc
INCLUDEPATH += ../common

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