diff --git a/harbour-nextcloudnotes.pro b/harbour-nextcloudnotes.pro index c136695..a5e79be 100644 --- a/harbour-nextcloudnotes.pro +++ b/harbour-nextcloudnotes.pro @@ -26,10 +26,10 @@ SOURCES += src/harbour-nextcloudnotes.cpp \ src/notesmodel.cpp DISTFILES += qml/harbour-nextcloudnotes.qml \ - icons/icon-launcher-nextcloudnotes.svg \ qml/cover/CoverPage.qml \ qml/img/nextcloud-logo-dark.png \ qml/img/nextcloud-logo-light.png \ + qml/img/icon-launcher-nextcloudnotes.svg \ qml/pages/LoginPage.qml \ rpm/harbour-nextcloudnotes.changes.run.in \ rpm/harbour-nextcloudnotes.changes \ diff --git a/icons/icon-launcher-nextcloudnotes.svg b/qml/img/icon-launcher-nextcloudnotes.svg similarity index 100% rename from icons/icon-launcher-nextcloudnotes.svg rename to qml/img/icon-launcher-nextcloudnotes.svg diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 78766c1..3f0894b 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -37,7 +37,7 @@ Page { text: "Nextcloud " + qsTr("Notes") + " v" + Qt.application.version } Icon { - source: Qt.resolvedUrl("../../icons/icon-launcher-nextcloudnotes.svg") + source: "../img/icon-launcher-nextcloudnotes.svg" } LinkedLabel { id: nextcloudnotesLabel