1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/schachuhr.pro Fri Jul 08 21:05:20 2011 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# Add more folders to ship with the application, here 1.5 +folder_01.source = qml 1.6 +folder_01.target = share/schachuhr 1.7 +DEPLOYMENTFOLDERS = folder_01 1.8 + 1.9 +# Additional import path used to resolve QML modules in Creator's code model 1.10 +QML_IMPORT_PATH = 1.11 + 1.12 +symbian:TARGET.UID3 = 0xE0A11694 1.13 + 1.14 +# Smart Installer package's UID 1.15 +# This UID is from the protected range and therefore the package will 1.16 +# fail to install if self-signed. By default qmake uses the unprotected 1.17 +# range value if unprotected UID is defined for the application and 1.18 +# 0x2002CCCF value if protected UID is given to the application 1.19 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF 1.20 + 1.21 +# Allow network access on Symbian 1.22 +symbian:TARGET.CAPABILITY += NetworkServices 1.23 + 1.24 +# If your application uses the Qt Mobility libraries, uncomment the following 1.25 +# lines and add the respective components to the MOBILITY variable. 1.26 +# CONFIG += mobility 1.27 +# MOBILITY += 1.28 + 1.29 +# The .cpp file which was generated for your project. Feel free to hack it. 1.30 +SOURCES += main.cpp 1.31 + 1.32 +# Please do not modify the following two lines. Required for deployment. 1.33 +include(qmlapplicationviewer/qmlapplicationviewer.pri) 1.34 +qtcAddDeployment()