Added global controller andalso filebrowser qml
[lichviet] / LichViet.pro
1 VERSION = 1.0.2
2 DEFINES += APP_VERSION=\\\"$$VERSION\\\"
3 # Add more folders to ship with the application, here
4 #folder_01.source = qml/LichViet
5 #folder_01.target = qml
6 #DEPLOYMENTFOLDERS = folder_01
7 themes_qml.source = qml/themes
8 themes_qml.target = /
9 DEPLOYMENTFOLDERS = themes_qml
10
11 QT += dbus
12
13 # Additional import path used to resolve QML modules in Creator's code model
14 #QML_IMPORT_PATH =
15
16 #symbian:TARGET.UID3 = 0xE3016781
17
18 # Allow network access on Symbian
19 #symbian:TARGET.CAPABILITY += NetworkServices
20
21 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
22 # (This might significantly increase build time)
23 # DEFINES += QMLJSDEBUGGER
24
25 # If your application uses the Qt Mobility libraries, uncomment
26 # the following lines and add the respective components to the 
27 # MOBILITY variable. 
28 # CONFIG += mobility
29 # MOBILITY +=
30
31 # The .cpp file which was generated for your project. Feel free to hack it.
32 SOURCES += main.cpp \
33     lunarcalendar.cpp \
34     controller.cpp
35
36 # Please do not modify the following two lines. Required for deployment.
37 include(qmlapplicationviewer/qmlapplicationviewer.pri)
38 qtcAddDeployment()
39
40 RESOURCES += \
41     lichviet.qrc
42
43 HEADERS += \
44     lunarcalendar.h \
45     controller.h
46
47 OTHER_FILES += \
48     debian/changelog \
49     debian/compat \
50     debian/control \
51     debian/copyright \
52     debian/README \
53     debian/rules \
54     qml/LichViet/FullMonth.qml \
55     qml/LichViet/Settings.js \
56     qml/LichViet/Themes.js \
57     qml/LichViet/XemNgayTotXauHoangDao.qml \
58     qml/LichViet/TopBar.qml \
59     qml/LichViet/ToolBarSingle.qml \
60     qml/LichViet/ToolBar.qml \
61     qml/LichViet/TitleBar.qml \
62     qml/LichViet/Switch.qml \
63     qml/LichViet/OptionsScreen.qml \
64     qml/LichViet/MultiTitleBar.qml \
65     qml/LichViet/MenuScreen.qml \
66     qml/LichViet/main.qml \
67     qml/LichViet/DateTimeDialog.qml \
68     qml/LichViet/Button.qml \
69     qml/LichViet/amlich-hnd.js \
70     qml/LichViet/About.qml \
71     qml/LichViet/amlich-aa98.js \
72     qml/LichViet/AmDateTimeDialog.qml \
73     qml/LichViet/xemngaytotxau.js \
74     qml/LichViet/CacNgayLeTrongNam.js \
75     qml/LichViet/ChangeTheme.qml \
76     qml/LichViet/MenuButton.qml \
77     qml/LichViet/ScrollBar.qml \
78     qml/LichViet/FileBrowser.qml