2014-11-14 04:21:14 +03:00
|
|
|
TARGET = harbour-papocchio
|
|
|
|
|
|
|
|
CONFIG += sailfishapp
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
src/main.cpp
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
|
|
|
qml/cover/CoverPage.qml \
|
|
|
|
translations/*.ts \
|
|
|
|
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
|
2015-07-23 19:39:15 +03:00
|
|
|
TRANSLATIONS += translations/harbour-lyrics-it.ts
|