examples/QtQuick/telephonysuppleservices/telephonysuppleservices.pro

00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/telephonysuppleservices
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005 
00006 # Symbian related attributes.
00007 symbian{
00008     TARGET.UID3 = 0xE48E8489
00009     TARGET.CAPABILITY += NetworkServices ReadDeviceData
00010 
00011     #Library for telephony services.
00012     LIBS += -letel3rdparty
00013 
00014 }
00015 
00016 
00017 # Header files used in the example.
00018 HEADERS += supservices.h \
00019     supservices_symbian.h
00020 
00021 # The source files for the example
00022 SOURCES += main.cpp \
00023     supservices.cpp \
00024     supservices_symbian.cpp
00025 
00026 
00027 # Please do not modify the following two lines. Required for deployment.
00028 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00029 qtcAddDeployment()
00030 
00031 RESOURCES += \
00032     telephonysuppleservices.qrc

Generated by  doxygen 1.6.2