Build plastik plugin at correct location in build tree
Summary: The tests running Aurorae need to be able to pick up the plastik plugin. Test Plan: Removed system install of plastik plugin, now test passes Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16752
This commit is contained in:
parent
543b6955d4
commit
ee68994419
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set(plastik_plugin_SRCS
|
|||
)
|
||||
|
||||
add_library(plastikplugin SHARED ${plastik_plugin_SRCS})
|
||||
set_target_properties(plastikplugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/org/kde/kwin/decorations/plastik")
|
||||
target_link_libraries(plastikplugin Qt5::Core Qt5::Quick KF5::ConfigWidgets)
|
||||
install(TARGETS plastikplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|
||||
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kwin/decorations/plastik)
|
||||
file(COPY qmldir DESTINATION ${CMAKE_BINARY_DIR}/bin/org/kde/kwin/decorations/plastik)
|
||||
|
|
Loading…
Reference in a new issue