-
Notifications
You must be signed in to change notification settings - Fork 1
/
harbour-advcompogallery.pro
75 lines (65 loc) · 2.38 KB
/
harbour-advcompogallery.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
# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed
# The name of your application
TARGET = harbour-advcompogallery
CONFIG += sailfishapp link_pkgconfig
PKGCONFIG += sailfishapp gstreamer-0.10
QT += multimedia
SOURCES += src/harbour-advcompogallery.cpp
OTHER_FILES += qml/harbour-advcompogallery.qml \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \
qml/pages/SecondPage.qml \
rpm/harbour-advcompogallery.changes.in \
translations/*.ts \
harbour-advcompogallery.desktop \
qml/cover/CoverPage.qml \
qml/pages/MainPage.qml \
qml/pages/PositioningPage.qml \
translations/harbour-advcompogallery-fi.ts \
qml/pages/AccelerationPage.qml \
qml/pages/ProximityPage.qml \
qml/pages/TapsPage.qml \
qml/pages/TemplatePage.qml \
qml/pages/GyroscopePage.qml \
qml/pages/CompassPage.qml \
qml/pages/SensorListPage.qml \
qml/components/CircleIndicator.qml \
qml/pages/CameraPage.qml \
qml/pages/PhotoPreviewPage.qml \
qml/pages/NotificationsPage.qml \
qml/pages/DBusSendPage.qml \
qml/pages/DBusReceivePage.qml \
qml/pages/DBusListenPage.qml \
qml/pages/VideoCameraPage.qml \
qml/pages/VideoPreviewPage.qml \
sounds/explosion.wav \
qml/pages/SoundEffectPage.qml \
qml/components/AccelerationIndicator.qml \
rpm/harbour-advcompogallery.yaml \
rpm/harbour-advcompog \
qml/pages/MapPage.qml \
qml/components/MapModes.qml \
qml/components/Vector2D.qml \
qml/pages/RoutingAndPlacesPage.qml \
qml/components/OSMRoute.qml \
qml/components/PlaceMarker.qml \
qml/components/MapMarker.qml
# to disable building translations every time, comment out the
# following CONFIG line
CONFIG += sailfishapp_i18n
CODECFORTR = UTF-8
TRANSLATIONS += translations/harbour-advcompogallery-fi.ts
presets.files = presets
presets.path = /usr/share/harbour-advcompogallery
sounds.files = sounds
sounds.path = /usr/share/harbour-advcompogallery
INSTALLS = presets sounds