* Know bugs fixed
[lichviet-widget] / lichvietwidget.pro
1 # Add more folders to ship with the application, here
2 folder_01.source = qml/lichvietwidget
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 = 0xE16CE0E8
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 +=
25
26 # The .cpp file which was generated for your project. Feel free to hack it.
27 SOURCES += main.cpp \
28     settingsdlg.cpp
29
30 # Please do not modify the following two lines. Required for deployment.
31 include(qmlapplicationviewer/qmlapplicationviewer.pri)
32 include(qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.pri)
33 qtcAddDeployment()
34
35 OTHER_FILES += \
36     qtc_packaging/debian_fremantle/rules \
37     qtc_packaging/debian_fremantle/README \
38     qtc_packaging/debian_fremantle/copyright \
39     qtc_packaging/debian_fremantle/control \
40     qtc_packaging/debian_fremantle/compat \
41     qtc_packaging/debian_fremantle/changelog \
42     qml/lichvietwidget/settings.qml \
43     qml/lichvietwidget/Button.qml
44
45 TEMPLATE = app
46
47 desktop.path = /usr/share/applications/hildon-home
48 desktop.files = lichvietwidget.desktop
49
50 target.path = /usr/lib/hildon-desktop
51
52 INSTALLS += target desktop
53
54 HEADERS += \
55     settingsdlg.h