-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Papocchio.pro
42 lines (37 loc) · 1.31 KB
/
Papocchio.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
TARGET = harbour-papocchio
CONFIG += sailfishapp
SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
SOURCES += \
src/main.cpp
OTHER_FILES += \
qml/cover/CoverPage.qml \
qml/pages/MainPage.qml \
qml/Papocchio.qml \
harbour-papocchio.desktop \
rpm/harbour-papocchio.changes \
rpm/harbour-papocchio.spec \
rpm/harbour-papocchio.yaml
translations/*.ts
CONFIG += sailfishapp_i18n
TRANSLATIONS += \
translations/harbour-papocchio-ber.ts \
translations/harbour-papocchio-cs.ts \
translations/harbour-papocchio-de.ts \
translations/harbour-papocchio-el.ts \
translations/harbour-papocchio-eo.ts \
translations/harbour-papocchio-et.ts \
translations/harbour-papocchio-fi.ts \
translations/harbour-papocchio-fr.ts \
translations/harbour-papocchio-hr.ts \
translations/harbour-papocchio-hu.ts \
translations/harbour-papocchio-it.ts \
translations/harbour-papocchio-lt.ts \
translations/harbour-papocchio-nb_NO.ts \
translations/harbour-papocchio-nl_BE.ts \
translations/harbour-papocchio-nl.ts \
translations/harbour-papocchio-ru_RU.ts \
translations/harbour-papocchio-sr.ts \
translations/harbour-papocchio-sv.ts \
translations/harbour-papocchio-tr.ts \
translations/harbour-papocchio-tzm.ts \
translations/harbour-papocchio-zgh.ts