00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/callinfo 00003 folder_01.target = qml 00004 DEPLOYMENTFOLDERS = folder_01 00005 00006 # Additional import path used to resolve QML modules in Creator's code model 00007 QML_IMPORT_PATH = 00008 00009 DEFINES += NETWORKACCESS 00010 00011 # Common header and sources for all build targets 00012 HEADERS += callinfo.h 00013 SOURCES += main.cpp \ 00014 callinfo.cpp \ 00015 00016 symbian { 00017 TARGET.UID3 = 0xE7A0D8D3 00018 TARGET.CAPABILITY += NetworkServices \ 00019 ReadUserData 00020 SOURCES += callinfo_symbian.cpp 00021 HEADERS += callinfo_symbian.h 00022 LIBS += -letel3rdparty 00023 } 00024 00025 else { 00026 # Stub sources and headers for platforms other than Symbian 00027 HEADERS += callinfo_stub.h 00028 SOURCES += callinfo_stub.cpp 00029 } 00030 00031 # Please do not modify the following two lines. Required for deployment. 00032 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00033 qtcAddDeployment()