|
|
|
|
@ -47,7 +47,7 @@ set(kwineffects_QT_LIBS |
|
|
|
|
|
|
|
|
|
set(kwineffects_KDE_LIBS |
|
|
|
|
KF5::ConfigCore |
|
|
|
|
KF5::Service |
|
|
|
|
KF5::CoreAddons |
|
|
|
|
KF5::WindowSystem |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ macro( KWIN4_ADD_GLUTILS_BACKEND name glinclude ) |
|
|
|
|
include_directories(${glinclude}) |
|
|
|
|
add_library(${name} SHARED ${kwin_GLUTILSLIB_SRCS}) |
|
|
|
|
generate_export_header(${name} BASE_NAME kwinglutils EXPORT_FILE_NAME kwinglutils_export.h) |
|
|
|
|
target_link_libraries(${name} PUBLIC Qt5::DBus Qt5::X11Extras XCB::XCB KF5::Service KF5::WindowSystem) |
|
|
|
|
target_link_libraries(${name} PUBLIC Qt5::DBus Qt5::X11Extras XCB::XCB KF5::CoreAddons KF5::WindowSystem) |
|
|
|
|
set_target_properties(${name} PROPERTIES |
|
|
|
|
VERSION ${KWINEFFECTS_VERSION_STRING} |
|
|
|
|
SOVERSION ${KWINEFFECTS_SOVERSION} |
|
|
|
|
|