20 lines
457 B
Prolog
20 lines
457 B
Prolog
TARGET = harbour-papocchio
|
|
|
|
CONFIG += sailfishapp
|
|
|
|
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-lyrics-it.ts \
|
|
translations/harbour-papocchio-cs.ts
|