diff options
author | Marvin Borner | 2020-04-10 17:44:23 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-10 17:44:23 +0200 |
commit | 17927de45e769d4dbac5b1547464b2618150cfb4 (patch) | |
tree | 610a5e82ebecd8289343b6247f78f7d0378f9211 /harbour-sailchess.pro | |
parent | 71e4befa76e91721df2baeab99fff1b4987b0cdb (diff) |
Implemented login page
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 |