diff options
Diffstat (limited to 'harbour-sailchess.pro')
-rw-r--r-- | harbour-sailchess.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/harbour-sailchess.pro b/harbour-sailchess.pro index 2e954fc..bcd00e7 100644 --- a/harbour-sailchess.pro +++ b/harbour-sailchess.pro @@ -21,6 +21,7 @@ DISTFILES += qml/harbour-sailchess.qml \ qml/pages/Board.qml \ qml/Square.qml \ qml/Functions.qml \ + qml/pages/Login.qml \ rpm/harbour-sailchess.changes.in \ rpm/harbour-sailchess.changes.run.in \ rpm/harbour-sailchess.spec \ @@ -39,3 +40,5 @@ CONFIG += sailfishapp_i18n # following TRANSLATIONS line. And also do not forget to # modify the localized app name in the the .desktop file. TRANSLATIONS += translations/harbour-sailchess-de.ts + +RESOURCES += qml/resources/resources.qrc |