mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-03-27 01:03:09 +00:00
Ensure MauiKit4plugin builds with alakarte; fix app icon resource path
This commit is contained in:
parent
a0b9ea1832
commit
84c6795fd6
2 changed files with 6 additions and 3 deletions
|
|
@ -183,6 +183,8 @@ ecm_add_qml_module(alakarte URI org.kde.alakarte
|
||||||
config.h
|
config.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_dependencies(alakarte MauiKit4plugin)
|
||||||
|
|
||||||
install(TARGETS alakarte ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS alakarte ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
install(FILES org.kde.alakarte.notifyrc
|
install(FILES org.kde.alakarte.notifyrc
|
||||||
|
|
|
||||||
|
|
@ -102,11 +102,12 @@ Maui.ApplicationWindow {
|
||||||
anchors.leftMargin: 20
|
anchors.leftMargin: 20
|
||||||
anchors.rightMargin: 12
|
anchors.rightMargin: 12
|
||||||
|
|
||||||
Maui.Icon {
|
Image {
|
||||||
source: ":/icons/app/org.kde.alakarte.svg"
|
source: "qrc:/icons/sc-apps-org.kde.alakarte.svg"
|
||||||
Layout.preferredWidth: 28
|
Layout.preferredWidth: 28
|
||||||
Layout.preferredHeight: 28
|
Layout.preferredHeight: 28
|
||||||
color: "transparent"
|
fillMode: Image.PreserveAspectFit
|
||||||
|
smooth: true
|
||||||
}
|
}
|
||||||
|
|
||||||
Item { Layout.preferredWidth: 8 }
|
Item { Layout.preferredWidth: 8 }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue