Sun, 10 Jul 2011 10:27:37 +0200
Ignore files forcefully added when starting Qt Creator (it's hard coded.)
michael@0 | 1 | # Add more folders to ship with the application, here |
michael@0 | 2 | folder_01.source = qml |
michael@0 | 3 | folder_01.target = share/schachuhr |
michael@0 | 4 | DEPLOYMENTFOLDERS = folder_01 |
michael@0 | 5 | |
michael@0 | 6 | # Additional import path used to resolve QML modules in Creator's code model |
michael@0 | 7 | QML_IMPORT_PATH = |
michael@0 | 8 | |
michael@0 | 9 | symbian:TARGET.UID3 = 0xE0A11694 |
michael@0 | 10 | |
michael@0 | 11 | # Smart Installer package's UID |
michael@0 | 12 | # This UID is from the protected range and therefore the package will |
michael@0 | 13 | # fail to install if self-signed. By default qmake uses the unprotected |
michael@0 | 14 | # range value if unprotected UID is defined for the application and |
michael@0 | 15 | # 0x2002CCCF value if protected UID is given to the application |
michael@0 | 16 | #symbian:DEPLOYMENT.installer_header = 0x2002CCCF |
michael@0 | 17 | |
michael@0 | 18 | # Allow network access on Symbian |
michael@0 | 19 | symbian:TARGET.CAPABILITY += NetworkServices |
michael@0 | 20 | |
michael@0 | 21 | # If your application uses the Qt Mobility libraries, uncomment the following |
michael@0 | 22 | # lines and add the respective components to the MOBILITY variable. |
michael@0 | 23 | # CONFIG += mobility |
michael@0 | 24 | # MOBILITY += |
michael@0 | 25 | |
michael@0 | 26 | # The .cpp file which was generated for your project. Feel free to hack it. |
michael@0 | 27 | SOURCES += main.cpp |
michael@0 | 28 | |
michael@0 | 29 | # Please do not modify the following two lines. Required for deployment. |
michael@0 | 30 | include(qmlapplicationviewer/qmlapplicationviewer.pri) |
michael@0 | 31 | qtcAddDeployment() |
michael@9 | 32 | |
michael@9 | 33 | OTHER_FILES += \ |
michael@9 | 34 | pkgs/deb/rules \ |
michael@9 | 35 | pkgs/deb/README \ |
michael@9 | 36 | pkgs/deb/copyright \ |
michael@9 | 37 | pkgs/deb/control \ |
michael@9 | 38 | pkgs/deb/compat \ |
michael@9 | 39 | pkgs/deb/changelog |