michael@0: # Add more folders to ship with the application, here michael@0: folder_01.source = qml michael@0: folder_01.target = share/schachuhr michael@0: DEPLOYMENTFOLDERS = folder_01 michael@0: michael@0: # Additional import path used to resolve QML modules in Creator's code model michael@0: QML_IMPORT_PATH = michael@0: michael@0: symbian:TARGET.UID3 = 0xE0A11694 michael@0: michael@0: # Smart Installer package's UID michael@0: # This UID is from the protected range and therefore the package will michael@0: # fail to install if self-signed. By default qmake uses the unprotected michael@0: # range value if unprotected UID is defined for the application and michael@0: # 0x2002CCCF value if protected UID is given to the application michael@0: #symbian:DEPLOYMENT.installer_header = 0x2002CCCF michael@0: michael@0: # Allow network access on Symbian michael@0: symbian:TARGET.CAPABILITY += NetworkServices michael@0: michael@0: # If your application uses the Qt Mobility libraries, uncomment the following michael@0: # lines and add the respective components to the MOBILITY variable. michael@0: # CONFIG += mobility michael@0: # MOBILITY += michael@0: michael@0: # The .cpp file which was generated for your project. Feel free to hack it. michael@0: SOURCES += main.cpp michael@0: michael@0: # Please do not modify the following two lines. Required for deployment. michael@0: include(qmlapplicationviewer/qmlapplicationviewer.pri) michael@0: qtcAddDeployment() michael@9: michael@9: OTHER_FILES += \ michael@9: pkgs/deb/rules \ michael@9: pkgs/deb/README \ michael@9: pkgs/deb/copyright \ michael@9: pkgs/deb/control \ michael@9: pkgs/deb/compat \ michael@9: pkgs/deb/changelog