Preparing to use new Harmattan project as base
[chessclock] / chessclock.pro
1 # Add more folders to ship with the application, here
2
3 # Additional import path used to resolve QML modules in Creator's code model
4 QML_IMPORT_PATH =
5
6 QT+= declarative
7 symbian:TARGET.UID3 = 0xE00C40B5
8
9 # Smart Installer package's UID
10 # This UID is from the protected range and therefore the package will
11 # fail to install if self-signed. By default qmake uses the unprotected
12 # range value if unprotected UID is defined for the application and
13 # 0x2002CCCF value if protected UID is given to the application
14 #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
15
16 # Allow network access on Symbian
17 symbian:TARGET.CAPABILITY += NetworkServices
18
19 # If your application uses the Qt Mobility libraries, uncomment the following
20 # lines and add the respective components to the MOBILITY variable.
21 # CONFIG += mobility
22 # MOBILITY +=
23
24 # The .cpp file which was generated for your project. Feel free to hack it.
25 SOURCES += main.cpp
26
27
28 OTHER_FILES += \
29     qml/MainPage.qml \
30     qml/main.qml \
31     chessclock.desktop \
32     chessclock.svg \
33     chessclock.png \
34     qtc_packaging/debian_harmattan/rules \
35     qtc_packaging/debian_harmattan/README \
36     qtc_packaging/debian_harmattan/copyright \
37     qtc_packaging/debian_harmattan/control \
38     qtc_packaging/debian_harmattan/compat \
39     qtc_packaging/debian_harmattan/changelog
40
41 RESOURCES += \
42     res.qrc
43
44 # Please do not modify the following two lines. Required for deployment.
45 include(deployment.pri)
46 qtcAddDeployment()
47
48 # enable booster
49 CONFIG += qdeclarative-boostable
50 QMAKE_CXXFLAGS += -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
51 QMAKE_LFLAGS += -pie -rdynamic