mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
install components in ${KDE_INSTALL_QMLDIR}
This commit is contained in:
parent
8852179194
commit
09dabb8d42
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ target_link_libraries(satellitecomponentsplugin
|
|||
KF5::Declarative
|
||||
KF5::I18n)
|
||||
|
||||
install(TARGETS satellitecomponentsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/satellite/components)
|
||||
install(TARGETS satellitecomponentsplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/satellite/components)
|
||||
|
||||
|
||||
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/satellite/components)
|
||||
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/satellite/components)
|
||||
|
||||
add_subdirectory(modeltest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue