examples/Qt/qtnfctags/nfctags.pro

00001 QT += core \
00002     gui
00003 TEMPLATE = app
00004 SOURCES += activewait.cpp \
00005     nfctagsdiscovery.cpp \
00006     nfctagsdiscovery_symbian.cpp \
00007     nfctagswindow.cpp \
00008     main.cpp
00009 HEADERS += activewait.h \
00010     nfctagsdiscovery.h \
00011     nfctagsdiscovery_symbian.h \
00012     nfctagswindow.h
00013 symbian { 
00014         TARGET.UID2 = 0
00015     TARGET.UID3 = 0xE800FFF1
00016     LIBS += -lnfc \
00017         -lnfctagextension \
00018         -lnfcdiscoveryservice \
00019         -lndef \
00020         -lcharconv \
00021         -lndefaccess
00022     TARGET.CAPABILITY = LocalServices
00023 
00024 }

Generated by  doxygen 1.6.2