Skip to content

Commit

Permalink
Make sure ubuntu touch is using qmls from qrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Dec 25, 2024
1 parent e054ab5 commit debfaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion click/harbour-amazfish-ui.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Icon=harbour-amazfish-ui.png
Exec=run.sh
Exec=./bin/run.sh
Name=Amazfish
X-Ubuntu-Touch=true
X-Ubuntu-Splash-Color=#F5F5F5
2 changes: 1 addition & 1 deletion ui/src/harbour-amazfish-ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main(int argc, char *argv[])
view->setSource(SailfishApp::pathTo("qml/harbour-amazfish.qml"));
view->show();
#elif UUITK_EDITION
view->load("./share/harbour-amazfish-ui/qml/harbour-amazfish.qml");
view->load(QUrl("qrc:/qml/harbour-amazfish.qml"));
#else
view->load(QUrl("qrc:/qml/harbour-amazfish.qml"));

Expand Down

0 comments on commit debfaf5

Please sign in to comment.