7b110f0671
It's basically a run of the port-cmake.sh script in here, mostly the changes are the following: - Using KF5::* targets - Using the proper macros, following recent developments in frameworks
14 lines
286 B
CMake
14 lines
286 B
CMake
########### next target ###############
|
|
|
|
set(kwin_b2_config_PART_SRCS config.cpp )
|
|
|
|
|
|
kde4_add_plugin(kwin_b2_config ${kwin_b2_config_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwin_b2_config ${KDE4_KDEUI_LIBS} Qt5::Gui)
|
|
|
|
install(TARGETS kwin_b2_config DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|