00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/qmlanimationex
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 = 0xE3C03748
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 # If your application uses the Qt Mobility libraries, uncomment the following
00022 # lines and add the respective components to the MOBILITY variable.
00023 # CONFIG += mobility
00024 # MOBILITY +=
00025
00026 # The .cpp file which was generated for your project. Feel free to hack it.
00027 SOURCES += main.cpp
00028
00029 # Please do not modify the following two lines. Required for deployment.
00030 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00031 qtcAddDeployment()