-
Notifications
You must be signed in to change notification settings - Fork 14
/
harbour-lgremote-webos.pro
43 lines (36 loc) · 1.04 KB
/
harbour-lgremote-webos.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
TARGET = harbour-lgremote-webos
QT += network xml xmlpatterns websockets
CONFIG += sailfishapp
SOURCES += \
src/main.cpp \
src/networkobserver.cpp \
src/settings.cpp
HEADERS += \
src/networkobserver.h \
src/settings.h
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
images.files = images
images.path = /usr/share/harbour-lgremote-webos
INSTALLS += images
OTHER_FILES += \
qml/cover/CoverPage.qml \
rpm/harbour-lgremote-webos.spec \
harbour-lgremote-webos.desktop \
harbour-lgremote-webos.png \
qml/main.qml \
qml/pages/DiscoverPage.qml \
qml/pages/MainPage.qml \
qml/pages/AboutPage.qml \
qml/pages/TouchpadPanel.qml \
qml/pages/ImageButton.qml \
qml/pages/SmoothPanel.qml \
qml/pages/ChannelsPanel.qml \
qml/pages/ControlButton.qml \
qml/pages/ActionsPanel.qml \
qml/pages/ColoredImage.qml \
qml/pages/ApplicationsPanel.qml \
qml/pages/ExtraPanel.qml \
qml/pages/TextPanel.qml \
qml/pages/InputPanel.qml \
qml/pages/PointerSocket.qml \
qml/pages/MainSocket.qml