schachuhr.pro

Fri, 08 Jul 2011 22:40:26 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 08 Jul 2011 22:40:26 +0200
changeset 1
8e26151e6bd3
child 9
070a0d1c21d4
permissions
-rw-r--r--

Added tag SCHUR_GENESIS for changeset ff1b43f833a9

     1 # Add more folders to ship with the application, here
     2 folder_01.source = qml
     3 folder_01.target = share/schachuhr
     4 DEPLOYMENTFOLDERS = folder_01
     6 # Additional import path used to resolve QML modules in Creator's code model
     7 QML_IMPORT_PATH =
     9 symbian:TARGET.UID3 = 0xE0A11694
    11 # Smart Installer package's UID
    12 # This UID is from the protected range and therefore the package will
    13 # fail to install if self-signed. By default qmake uses the unprotected
    14 # range value if unprotected UID is defined for the application and
    15 # 0x2002CCCF value if protected UID is given to the application
    16 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
    18 # Allow network access on Symbian
    19 symbian:TARGET.CAPABILITY += NetworkServices
    21 # If your application uses the Qt Mobility libraries, uncomment the following
    22 # lines and add the respective components to the MOBILITY variable.
    23 # CONFIG += mobility
    24 # MOBILITY +=
    26 # The .cpp file which was generated for your project. Feel free to hack it.
    27 SOURCES += main.cpp
    29 # Please do not modify the following two lines. Required for deployment.
    30 include(qmlapplicationviewer/qmlapplicationviewer.pri)
    31 qtcAddDeployment()

mercurial