00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/qmlnetworkinfo 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 = 0xE2532BB3 00010 00011 # Needs to be defined for Symbian 00012 DEFINES += NETWORKACCESS 00013 00014 symbian:TARGET.CAPABILITY += NetworkServices \ 00015 ReadUserData \ 00016 WriteUserData \ 00017 ReadDeviceData \ 00018 WriteDeviceData 00019 00020 CONFIG += mobility 00021 MOBILITY = messaging 00022 00023 00024 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds 00025 # (This might significantly increase build time) 00026 # DEFINES += QMLJSDEBUGGER 00027 00028 # If your application uses the Qt Mobility libraries, uncomment 00029 # the following lines and add the respective components to the 00030 # MOBILITY variable. 00031 # CONFIG += mobility 00032 # MOBILITY += 00033 00034 HEADERS += \ 00035 sendmessage.h 00036 00037 # The .cpp file which was generated for your project. Feel free to hack it. 00038 SOURCES += main.cpp \ 00039 sendmessage.cpp 00040 00041 # Please do not modify the following two lines. Required for deployment. 00042 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00043 qtcAddDeployment() 00044