-
Notifications
You must be signed in to change notification settings - Fork 2
/
harbour-mythfish.pro
49 lines (40 loc) · 1.14 KB
/
harbour-mythfish.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
TARGET = harbour-mythfish
CONFIG += sailfishapp
SOURCES += \
src/wakeonlan.cpp \
src/projectsettings.cpp \
src/mythremote.cpp \
src/harbour-mythfish.cpp \
src/networkmanager.cpp
OTHER_FILES += qml/harbour-mythfish.qml \
qml/cover/CoverPage.qml \
rpm/harbour-mythfish.yaml \
rpm/harbour-mythfish.spec \
harbour-mythfish.desktop \
translations/*.ts
SAILFISHAPP_ICONS = 86x86 108x108 128x128 256x256
CONFIG += sailfishapp_i18n
TRANSLATIONS += translations/harbour-mythfish-de.ts
HEADERS += \
src/wakeonlan.h \
src/projectsettings.h \
src/mythremote.h \
src/networkmanager.h
DISTFILES += \
qml/icon-m-tv.png \
qml/icon-m-stop.png \
qml/icon-m-rec.png \
qml/icon-m-quiet.png \
qml/pages/AboutPage.qml \
qml/pages/SettingsPage.qml \
qml/pages/MainPage.qml \
qml/pages/WOLSettingsPage.qml \
qml/pages/NumbersPage.qml \
qml/pages/NavigationPage.qml \
qml/pages/MediaPage.qml \
qml/pages/ConnectSettingsPage.qml \
qml/icon-m-cloud.png \
qml/pages/PlayingPage.qml \
qml/MythFish.png \
qml/tools/Marquee.qml \
rpm/harbour-mythfish.changes