forked from rainisto/Meegopas
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathharbour-jollaopas.pro
106 lines (87 loc) · 2.56 KB
/
harbour-jollaopas.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
TARGET=harbour-jollaopas
include(version.pri)
include(common.pri)
QT += qml quick core network
CONFIG += link_pkgconfig
CONFIG += sailfishapp
PKGCONFIG += qdeclarative5-boostable
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
QML_IMPORT_PATH = qml
OTHER_FILES += \
qml/js/*.js \
qml/pages/*.qml \
qml/components/*.qml \
qml/pages/AboutDialog.qml.in \
qml/main.qml \
harbour-jollaopas.desktop \
rpm/harbour-jollaopas.yaml \
rpm/harbour-jollaopas.spec \
appicons/86x86/apps/harbour-jollaopas.png \
appicons/108x108/apps/harbour-jollaopas.png \
appicons/128x128/apps/harbour-jollaopas.png \
appicons/172x172/apps/harbour-jollaopas.png \
appicons/256x256/apps/harbour-jollaopas.png
appicons.files = appicons/*
appicons.path = /usr/share/icons/hicolor
INSTALLS += appicons
localization.files = localization
localization.path = /usr/share/$${TARGET}
INSTALLS += localization
lupdate_only{
SOURCES += \
qml/pages/*.qml \
qml/components/*.qml \
qml/pages/AboutDialog.qml.in \
qml/main.qml
TRANSLATIONS += \
localization/fi.ts
}
HEADERS += \
libmqtt/qmqtt_global.h \
libmqtt/qmqtt.h \
src/qmlmqttclient.h \
src/qmlmqttsubscription.h \
PUBLIC_HEADERS += \
libmqtt/qmqtt_client.h \
libmqtt/qmqtt_frame.h \
libmqtt/qmqtt_message.h \
libmqtt/qmqtt_routesubscription.h \
libmqtt/qmqtt_routedmessage.h \
libmqtt/qmqtt_router.h \
libmqtt/qmqtt_networkinterface.h \
libmqtt/qmqtt_socketinterface.h \
libmqtt/qmqtt_timerinterface.h
PRIVATE_HEADERS += \
libmqtt/qmqtt_client_p.h \
libmqtt/qmqtt_message_p.h \
libmqtt/qmqtt_network_p.h \
libmqtt/qmqtt_socket_p.h \
libmqtt/qmqtt_ssl_socket_p.h \
libmqtt/qmqtt_timer_p.h \
libmqtt/qmqtt_websocket_p.h \
libmqtt/qmqtt_websocketiodevice_p.h
SOURCES += \
libmqtt/qmqtt_client_p.cpp \
libmqtt/qmqtt_client.cpp \
libmqtt/qmqtt_frame.cpp \
libmqtt/qmqtt_message.cpp \
libmqtt/qmqtt_network.cpp \
libmqtt/qmqtt_routesubscription.cpp \
libmqtt/qmqtt_router.cpp \
libmqtt/qmqtt_socket.cpp \
libmqtt/qmqtt_ssl_socket.cpp \
libmqtt/qmqtt_timer.cpp \
libmqtt/qmqtt_websocket.cpp \
libmqtt/qmqtt_websocketiodevice.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
RESOURCES += \
jollaopas.qrc
SOURCES += src/main.cpp \
src/qmlmqttclient.cpp \
src/qmlmqttsubscription.cpp \
INCLUDEPATH += \
src
include(version.pri)
include(common.pri)
configure($${PWD}/qml/pages/AboutDialog.qml.in)
desktop.files = harbour-jollaopas.desktop