00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/phoneutil 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 symbian:TARGET.UID3 = 0xE211E1C2 00010 00011 # The source files for the example. 00012 SOURCES += main.cpp \ 00013 batteryinfowrapper.cpp \ 00014 batteryinfoprivate.cpp \ 00015 indicatorinfowrapper.cpp \ 00016 indicatorinfoprivate.cpp \ 00017 phoneinfowrapper.cpp \ 00018 phoneinfoprivate.cpp 00019 00020 HEADERS += batteryinfowrapper.h \ 00021 batteryinfoprivate.h \ 00022 indicatorinfowrapper.h \ 00023 indicatorinfoprivate.h \ 00024 phoneinfowrapper.h \ 00025 phoneinfoprivate.h 00026 00027 symbian { 00028 LIBS += -letel3rdparty 00029 } 00030 00031 # Please do not modify the following two lines. Required for deployment. 00032 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00033 qtcAddDeployment() 00034 RESOURCES += \ 00035 phoneutil.qrc