2014-11-14 04:21:14 +03:00
|
|
|
TARGET = harbour-papocchio
|
|
|
|
|
|
|
|
CONFIG += sailfishapp
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
src/main.cpp
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
|
|
|
qml/cover/CoverPage.qml \
|
|
|
|
qml/pages/MainPage.qml \
|
2014-11-15 22:12:09 +03:00
|
|
|
qml/Papocchio.qml \
|
2014-11-14 04:21:14 +03:00
|
|
|
harbour-papocchio.desktop \
|
|
|
|
rpm/harbour-papocchio.changes \
|
|
|
|
rpm/harbour-papocchio.spec \
|
|
|
|
rpm/harbour-papocchio.yaml
|
2015-07-23 19:39:15 +03:00
|
|
|
translations/*.ts
|
2014-11-14 04:21:14 +03:00
|
|
|
|
|
|
|
CONFIG += sailfishapp_i18n
|
2016-08-08 20:50:55 +03:00
|
|
|
TRANSLATIONS += \
|
2021-06-05 20:54:38 +03:00
|
|
|
translations/harbour-papocchio-ber.ts \
|
2016-08-08 20:50:55 +03:00
|
|
|
translations/harbour-papocchio-cs.ts \
|
2017-12-08 23:19:05 +03:00
|
|
|
translations/harbour-papocchio-de.ts \
|
|
|
|
translations/harbour-papocchio-el.ts \
|
2021-06-05 20:54:38 +03:00
|
|
|
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 \
|
2017-12-08 23:19:05 +03:00
|
|
|
translations/harbour-papocchio-hu.ts \
|
2016-07-07 21:34:12 +03:00
|
|
|
translations/harbour-papocchio-it.ts \
|
2017-12-08 23:19:05 +03:00
|
|
|
translations/harbour-papocchio-nb_NO.ts \
|
2021-06-05 20:54:38 +03:00
|
|
|
translations/harbour-papocchio-nl_BE.ts \
|
2016-07-07 21:34:12 +03:00
|
|
|
translations/harbour-papocchio-nl.ts \
|
2017-12-08 23:19:05 +03:00
|
|
|
translations/harbour-papocchio-ru_RU.ts \
|
2016-08-08 20:50:55 +03:00
|
|
|
translations/harbour-papocchio-sr.ts \
|
2021-06-05 20:54:38 +03:00
|
|
|
translations/harbour-papocchio-sv.ts \
|
|
|
|
translations/harbour-papocchio-tr.ts \
|
|
|
|
translations/harbour-papocchio-tzm.ts \
|
|
|
|
translations/harbour-papocchio-zh_Hant.ts
|