examples/QtQuick/qmlsensorex/qmlsensorex.pro

00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/qmlsensorex
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 = 0xE0C336C7
00010 
00011 # Allow network access on Symbian
00012 symbian:TARGET.CAPABILITY += ReadDeviceData
00013 
00014 CONFIG+=mobility
00015 MOBILITY+=sensors
00016 
00017 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
00018 # (This might significantly increase build time)
00019 # DEFINES += QMLJSDEBUGGER
00020 
00021 # If your application uses the Qt Mobility libraries, uncomment
00022 # the following lines and add the respective components to the 
00023 # MOBILITY variable. 
00024 # CONFIG += mobility
00025 # MOBILITY +=
00026 
00027 # The .cpp file which was generated for your project. Feel free to hack it.
00028 SOURCES += main.cpp
00029 
00030 # Please do not modify the following two lines. Required for deployment.
00031 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00032 qtcAddDeployment()
00033 
00034 HEADERS +=

Generated by  doxygen 1.6.2