summaryrefslogtreecommitdiffstats
path: root/tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro')
-rw-r--r--tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro b/tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro
new file mode 100644
index 00000000..8dab49e6
--- /dev/null
+++ b/tests/nfcsymbianbackend/qnearfieldtagtype4/qnearfieldtagtype4.pro
@@ -0,0 +1,32 @@
+QT += testlib
+
+TARGET = tst_qnearfieldtagtype4
+CONFIG += console
+CONFIG -= app_bundle
+CONFIG += testcase
+
+TEMPLATE = app
+
+INCLUDEPATH += ../../../src/nfc
+DEPENDPATH += ../../../src/nfc
+INCLUDEPATH += ../common
+DEPENDPATH += ../common
+
+INCLUDEPATH += ../../../src/global
+DEPENDPATH += ../../../src/global
+
+QMAKE_LIBDIR += $$QT_MOBILITY_BUILD_TREE/lib
+
+HEADERS += ../common/qnfctagtestcommon.h \
+ ../common/qdummyslot.h \
+ ../common/qautomsgbox.h \
+ ../common/qnfctagutil.h
+
+SOURCES += tst_qnearfieldtagtype4.cpp \
+ ../common/qdummyslot.cpp \
+ ../common/qautomsgbox.cpp \
+ ../common/qnfctagutil.cpp
+
+
+symbian:TARGET.CAPABILITY = LocalServices
+