Update version info. Add logo to AboutDialog.
[qzeecontrol] / QZeeControl.pro
1 # Add more folders to ship with the application, here
2 folder_01.source = qml/QZeeControl
3 folder_01.target = qml
4 DEPLOYMENTFOLDERS = folder_01
5
6 # Additional import path used to resolve QML modules in Creator's code model
7 QML_IMPORT_PATH =
8
9 symbian:TARGET.UID3 = 0xECA46AAE
10
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
17
18 # Allow network access on Symbian
19 symbian:TARGET.CAPABILITY += NetworkServices
20
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 += connectivity
25
26 CONFIG += link_pkgconfig
27 PKGCONFIG += xtst
28
29 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
30 CONFIG += qdeclarative-boostable
31
32 # Add dependency to Symbian components
33 # CONFIG += qt-components
34
35 # The .cpp file which was generated for your project. Feel free to hack it.
36 SOURCES += main.cpp \
37     btconnector.cpp \
38     xtstadapter.cpp
39
40 logo.files = qzeecontrol.png
41 logo.path = /opt/$${TARGET}
42
43 splash.files = splash.png
44 splash.path = /opt/$${TARGET}
45 INSTALLS += splash logo
46
47 # Please do not modify the following two lines. Required for deployment.
48 include(qmlapplicationviewer/qmlapplicationviewer.pri)
49 qtcAddDeployment()
50
51 OTHER_FILES += \
52     qtc_packaging/debian_harmattan/rules \
53     qtc_packaging/debian_harmattan/README \
54     qtc_packaging/debian_harmattan/manifest.aegis \
55     qtc_packaging/debian_harmattan/copyright \
56     qtc_packaging/debian_harmattan/control \
57     qtc_packaging/debian_harmattan/compat \
58     qtc_packaging/debian_harmattan/changelog
59
60 HEADERS += \
61     btconnector.h \
62     xtstadapter.h