42 lines
1.3 KiB
INI
42 lines
1.3 KiB
INI
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-zh_Hant.ts
|