plugins/windowsystem: Adjust installation path
${PLUGIN_INSTALL_DIR}/kf5/org.kde.kwindowsystem.platforms/ is now an obsolete installation destination for KWindowSystem platform plugins.
This commit is contained in:
parent
889814a8cc
commit
12e428bd33
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ set(kwindowsystem_plugin_SRCS
|
|||
)
|
||||
|
||||
add_library(KF5WindowSystemKWinPrivatePlugin MODULE ${kwindowsystem_plugin_SRCS})
|
||||
set_target_properties(KF5WindowSystemKWinPrivatePlugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf5/org.kde.kwindowsystem.platforms/")
|
||||
set_target_properties(KF5WindowSystemKWinPrivatePlugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf5/kwindowsystem/")
|
||||
target_link_libraries(KF5WindowSystemKWinPrivatePlugin kwin)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
KF5WindowSystemKWinPrivatePlugin
|
||||
DESTINATION
|
||||
${PLUGIN_INSTALL_DIR}/kf5/org.kde.kwindowsystem.platforms/
|
||||
${PLUGIN_INSTALL_DIR}/kf5/kwindowsystem/
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue