-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhmtsu.pro
76 lines (66 loc) · 2.48 KB
/
hmtsu.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# HMTsu
# Copyright (C) 2013 Lcferrum
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Harmattan boosting through applauncherd daemon requires qdeclarative-boostable
# MNotification, MDesktopEntry and MGConfItem uses meegotouch
CONFIG += qdeclarative-boostable meegotouch
LIBS += -lcrypt -lutil -lX11
SOURCES += src/main.cpp \
src/context.cpp \
src/commhandler.cpp \
src/runtools.cpp \
src/contranslator.cpp \
src/hout.cpp \
src/iconprovider.cpp \
src/pswtools.cpp \
src/desktopmodel.cpp \
src/usersmodel.cpp \
src/modesmodel.cpp
HEADERS += src/context.h \
src/runmodes.h \
src/commhandler.h \
src/runtools.h \
src/common.h \
src/contranslator.h \
src/hout.h \
src/iconprovider.h \
src/pswtools.h \
src/desktopmodel.h \
src/modesmodel.h \
src/usersmodel.h
# Things required for deployment and Harmattan boosting
include(qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()
OTHER_FILES += qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
qtc_packaging/debian_harmattan/hmtsu.links
# Hack for lupdate
translate_qml {
SOURCES += src/qml/PassPage.qml \
src/qml/main.qml \
src/qml/StartPage.qml \
src/qml/TopHeader.qml \
src/qml/GroupHeader.qml \
src/qml/OptionsItem.qml \
src/qml/OptionsSwitch.qml \
src/qml/DesktopItem.qml \
src/qml/DesktopHeader.qml
}
TRANSLATIONS = data/i18n/tr_en.ts \
data/i18n/tr_ru.ts \
data/i18n/tr_zh.ts \
data/i18n/conmsgs.ts
CODECFORSRC = UTF-8
RESOURCES += data/res.qrc \
src/qml/qml.qrc