examples/QtQuick/qmlcontactslist/qmlcontactslist.pro

00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/qmlcontactslist
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 = 0xE4AFE2EE
00010 
00011 # Smart Installer package's UID
00012 # This UID is from the protected range and therefore the package will
00013 # fail to install if self-signed. By default qmake uses the unprotected
00014 # range value if unprotected UID is defined for the application and
00015 # 0x2002CCCF value if protected UID is given to the application
00016 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
00017 
00018 # Allow network access on Symbian
00019 #symbian:TARGET.CAPABILITY += NetworkServices
00020 
00021 symbian: {
00022     TARGET.CAPABILITY = ReadUserData \
00023                         WriteUserData
00024 }
00025 
00026 # If your application uses the Qt Mobility libraries, uncomment the following
00027 # lines and add the respective components to the MOBILITY variable.
00028 # CONFIG += mobility
00029 # MOBILITY +=
00030 
00031 # The .cpp file which was generated for your project. Feel free to hack it.
00032 SOURCES += main.cpp
00033 
00034 # Please do not modify the following two lines. Required for deployment.
00035 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00036 qtcAddDeployment()

Generated by  doxygen 1.6.2