diff --git a/plugins/kdecorations/aurorae/src/CMakeLists.txt b/plugins/kdecorations/aurorae/src/CMakeLists.txt --- a/plugins/kdecorations/aurorae/src/CMakeLists.txt +++ b/plugins/kdecorations/aurorae/src/CMakeLists.txt @@ -34,6 +34,7 @@ ) add_library(decorationplugin SHARED ${decoration_plugin_SRCS}) +set_target_properties(decorationplugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/org/kde/kwin/decoration/") target_link_libraries(decorationplugin Qt5::Quick KDecoration2::KDecoration @@ -62,4 +63,12 @@ qml/ButtonGroup.qml qml/qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/decoration ) +file(COPY + qml/Decoration.qml + qml/DecorationButton.qml + qml/MenuButton.qml + qml/AppMenuButton.qml + qml/ButtonGroup.qml + qml/qmldir + DESTINATION ${CMAKE_BINARY_DIR}/bin/org/kde/kwin/decoration/) install( FILES kwindecoration.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )