harbour-tvspielfilm.pro 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # NOTICE:
  2. #
  3. # Application name defined in TARGET has a corresponding QML filename.
  4. # If name defined in TARGET is changed, the following needs to be done
  5. # to match new name:
  6. # - corresponding QML filename must be changed
  7. # - desktop icon filename must be changed
  8. # - desktop filename must be changed
  9. # - icon definition filename in desktop file must be changed
  10. # - translation filenames have to be changed
  11. # The name of your application
  12. TARGET = harbour-tvspielfilm
  13. CONFIG += sailfishapp_qml
  14. DISTFILES += qml/harbour-tvspielfilm.qml \
  15. qml/cover/CoverPage.qml \
  16. qml/pages/FirstPage.qml \
  17. rpm/harbour-tvspielfilm.changes.in \
  18. rpm/harbour-tvspielfilm.changes.run.in \
  19. rpm/harbour-tvspielfilm.spec \
  20. rpm/harbour-tvspielfilm.yaml \
  21. translations/*.ts \
  22. harbour-tvspielfilm.desktop
  23. SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172
  24. # to disable building translations every time, comment out the
  25. # following CONFIG line
  26. CONFIG += sailfishapp_i18n
  27. # German translation is enabled as an example. If you aren't
  28. # planning to localize your app, remember to comment out the
  29. # following TRANSLATIONS line. And also do not forget to
  30. # modify the localized app name in the the .desktop file.
  31. TRANSLATIONS += translations/harbour-tvspielfilm-de.ts