mirror of https://github.com/KDE/kasts.git
Use undeprecated install dirs
Using kde-dev-scripts/kf5/cmakelists_install_vars.pl
This commit is contained in:
parent
c249c09cc1
commit
0ccf773542
|
@ -15,5 +15,5 @@ else()
|
|||
message(WARNING "CMake is too old, cannot setup QML plugins to work without installation")
|
||||
endif()
|
||||
|
||||
install(TARGETS kasts-solidextrasqmlplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kasts/solidextras)
|
||||
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kasts/solidextras)
|
||||
install(TARGETS kasts-solidextrasqmlplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kasts/solidextras)
|
||||
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/kasts/solidextras)
|
||||
|
|
Loading…
Reference in New Issue