remove kde4_automoc()
svn path=/trunk/KDE/kdebase/workspace/; revision=685984
This commit is contained in:
parent
8e937c9c2e
commit
5c93175949
30 changed files with 0 additions and 34 deletions
|
@ -60,7 +60,6 @@ set(kwin_KDEINIT_SRCS
|
||||||
|
|
||||||
qt4_add_dbus_adaptor( kwin_KDEINIT_SRCS org.kde.KWin.xml workspace.h KWin::Workspace )
|
qt4_add_dbus_adaptor( kwin_KDEINIT_SRCS org.kde.KWin.xml workspace.h KWin::Workspace )
|
||||||
|
|
||||||
kde4_automoc(${kwin_KDEINIT_SRCS})
|
|
||||||
|
|
||||||
|
|
||||||
kde4_add_kdeinit_executable( kwin ${kwin_KDEINIT_SRCS})
|
kde4_add_kdeinit_executable( kwin ${kwin_KDEINIT_SRCS})
|
||||||
|
|
|
@ -5,7 +5,6 @@ add_subdirectory( config )
|
||||||
|
|
||||||
set(kwin3_b2_PART_SRCS b2client.cpp)
|
set(kwin3_b2_PART_SRCS b2client.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin3_b2_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_b2 ${kwin3_b2_PART_SRCS})
|
kde4_add_plugin(kwin3_b2 ${kwin3_b2_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib )
|
||||||
|
|
||||||
set(kwin_b2_config_PART_SRCS config.cpp )
|
set(kwin_b2_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_b2_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin_b2_config ${kwin_b2_config_PART_SRCS})
|
kde4_add_plugin(kwin_b2_config ${kwin_b2_config_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ add_subdirectory( config )
|
||||||
|
|
||||||
set(kwin3_default_PART_SRCS kdedefault.cpp)
|
set(kwin3_default_PART_SRCS kdedefault.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin3_default_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_default ${kwin3_default_PART_SRCS})
|
kde4_add_plugin(kwin3_default ${kwin3_default_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwin_default_config_PART_SRCS config.cpp )
|
set(kwin_default_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_default_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin_default_config ${kwin_default_config_PART_SRCS})
|
kde4_add_plugin(kwin_default_config ${kwin_default_config_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ add_subdirectory( config )
|
||||||
|
|
||||||
set(kwin3_keramik_PART_SRCS keramik.cpp )
|
set(kwin3_keramik_PART_SRCS keramik.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_keramik_PART_SRCS})
|
|
||||||
|
|
||||||
qt4_add_resources(kwin3_keramik_PART_SRCS tiles.qrc )
|
qt4_add_resources(kwin3_keramik_PART_SRCS tiles.qrc )
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib )
|
||||||
|
|
||||||
set(kwin_keramik_config_PART_SRCS config.cpp )
|
set(kwin_keramik_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_keramik_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_ui_files(kwin_keramik_config_PART_SRCS keramikconfig.ui )
|
kde4_add_ui_files(kwin_keramik_config_PART_SRCS keramikconfig.ui )
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ add_subdirectory( pics )
|
||||||
|
|
||||||
set(kwin3_kwmtheme_PART_SRCS kwmthemeclient.cpp )
|
set(kwin3_kwmtheme_PART_SRCS kwmthemeclient.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_kwmtheme_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_kwmtheme ${kwin3_kwmtheme_PART_SRCS})
|
kde4_add_plugin(kwin3_kwmtheme ${kwin3_kwmtheme_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwmtheme_SRCS main.cpp )
|
set(kwmtheme_SRCS main.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwmtheme_SRCS})
|
|
||||||
|
|
||||||
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
|
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
set(kwin3_laptop_PART_SRCS laptopclient.cpp)
|
set(kwin3_laptop_PART_SRCS laptopclient.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin3_laptop_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_laptop ${kwin3_laptop_PART_SRCS})
|
kde4_add_plugin(kwin3_laptop ${kwin3_laptop_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ add_subdirectory( config )
|
||||||
|
|
||||||
set(kwin3_modernsys_PART_SRCS modernsys.cpp)
|
set(kwin3_modernsys_PART_SRCS modernsys.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin3_modernsys_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
kde4_add_plugin(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwin_modernsys_config_PART_SRCS config.cpp )
|
set(kwin_modernsys_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_modernsys_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin_modernsys_config ${kwin_modernsys_config_PART_SRCS})
|
kde4_add_plugin(kwin_modernsys_config ${kwin_modernsys_config_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ set(kwin_oxy_SRCS
|
||||||
definitions.cpp
|
definitions.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
kde4_automoc(${kwin_oxy_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_oxy ${kwin_oxy_SRCS})
|
kde4_add_plugin(kwin3_oxy ${kwin_oxy_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ set(kwin3_plastik_PART_SRCS
|
||||||
plastikbutton.cpp
|
plastikbutton.cpp
|
||||||
misc.cpp )
|
misc.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_plastik_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_plastik ${kwin3_plastik_PART_SRCS})
|
kde4_add_plugin(kwin3_plastik ${kwin3_plastik_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwin_plastik_config_PART_SRCS config.cpp )
|
set(kwin_plastik_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_plastik_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_ui_files(kwin_plastik_config_PART_SRCS configdialog.ui )
|
kde4_add_ui_files(kwin_plastik_config_PART_SRCS configdialog.ui )
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ add_subdirectory( config )
|
||||||
|
|
||||||
set(kwin3_quartz_PART_SRCS quartz.cpp )
|
set(kwin3_quartz_PART_SRCS quartz.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_quartz_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_quartz ${kwin3_quartz_PART_SRCS})
|
kde4_add_plugin(kwin3_quartz ${kwin3_quartz_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwin_quartz_config_PART_SRCS config.cpp )
|
set(kwin_quartz_config_PART_SRCS config.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_quartz_config_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin_quartz_config ${kwin_quartz_config_PART_SRCS})
|
kde4_add_plugin(kwin_quartz_config ${kwin_quartz_config_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
set(kwin3_redmond_PART_SRCS redmond.cpp)
|
set(kwin3_redmond_PART_SRCS redmond.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin3_redmond_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_redmond ${kwin3_redmond_PART_SRCS})
|
kde4_add_plugin(kwin3_redmond ${kwin3_redmond_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
set(kwin3_test_PART_SRCS test.cpp )
|
set(kwin3_test_PART_SRCS test.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_test_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_test ${kwin3_test_PART_SRCS})
|
kde4_add_plugin(kwin3_test ${kwin3_test_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
set(kwin3_web_PART_SRCS Web.cpp WebButton.cpp )
|
set(kwin3_web_PART_SRCS Web.cpp WebButton.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin3_web_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_web ${kwin3_web_PART_SRCS})
|
kde4_add_plugin(kwin3_web ${kwin3_web_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ set(kwin_xml ${CMAKE_CURRENT_SOURCE_DIR}/../org.kde.KWin.xml)
|
||||||
set(kwin_update_window_settings_SRCS update_window_settings.cpp )
|
set(kwin_update_window_settings_SRCS update_window_settings.cpp )
|
||||||
|
|
||||||
|
|
||||||
kde4_automoc(${kwin_update_window_settings_SRCS})
|
|
||||||
|
|
||||||
kde4_add_executable( kwin_update_window_settings ${kwin_update_window_settings_SRCS})
|
kde4_add_executable( kwin_update_window_settings ${kwin_update_window_settings_SRCS})
|
||||||
|
|
||||||
|
@ -18,7 +17,6 @@ install(TARGETS kwin_update_window_settings DESTINATION ${LIB_INSTALL_DIR}/kconf
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
||||||
|
|
||||||
kde4_automoc(${kwin_update_default_rules})
|
|
||||||
|
|
||||||
kde4_add_executable( kwin_update_default_rules ${kwin_update_default_rules_SRCS})
|
kde4_add_executable( kwin_update_default_rules ${kwin_update_default_rules_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
# Adds effect plugin with given name. Sources are given after the name
|
# Adds effect plugin with given name. Sources are given after the name
|
||||||
macro(KWIN4_ADD_EFFECT name)
|
macro(KWIN4_ADD_EFFECT name)
|
||||||
kde4_automoc(${ARGN})
|
|
||||||
kde4_add_plugin(kwin4_effect_${name} ${ARGN})
|
kde4_add_plugin(kwin4_effect_${name} ${ARGN})
|
||||||
target_link_libraries(kwin4_effect_${name} kwineffects ${KDE4_KDEUI_LIBS})
|
target_link_libraries(kwin4_effect_${name} kwineffects ${KDE4_KDEUI_LIBS})
|
||||||
install(TARGETS kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR})
|
install(TARGETS kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||||
endmacro(KWIN4_ADD_EFFECT)
|
endmacro(KWIN4_ADD_EFFECT)
|
||||||
|
|
||||||
macro(KWIN4_ADD_EFFECT_CONFIG name)
|
macro(KWIN4_ADD_EFFECT_CONFIG name)
|
||||||
kde4_automoc(${ARGN})
|
|
||||||
kde4_add_plugin(kcm_kwin4_effect_${name} ${ARGN})
|
kde4_add_plugin(kcm_kwin4_effect_${name} ${ARGN})
|
||||||
target_link_libraries(kcm_kwin4_effect_${name} kwineffects ${KDE4_KDEUI_LIBS})
|
target_link_libraries(kcm_kwin4_effect_${name} kwineffects ${KDE4_KDEUI_LIBS})
|
||||||
install(TARGETS kcm_kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR})
|
install(TARGETS kcm_kwin4_effect_${name} DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
set(kcm_kwindecoration_PART_SRCS kwindecoration.cpp buttons.cpp preview.cpp )
|
set(kcm_kwindecoration_PART_SRCS kwindecoration.cpp buttons.cpp preview.cpp )
|
||||||
|
|
||||||
|
|
||||||
kde4_automoc(${kcm_kwindecoration_PART_SRCS})
|
|
||||||
|
|
||||||
|
|
||||||
kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
|
kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
set(kcm_kwineffects_PART_SRCS main.cpp )
|
set(kcm_kwineffects_PART_SRCS main.cpp )
|
||||||
kde4_automoc(${kcm_kwineffects_PART_SRCS})
|
|
||||||
kde4_add_plugin(kcm_kwineffects ${kcm_kwineffects_PART_SRCS})
|
kde4_add_plugin(kcm_kwineffects ${kcm_kwineffects_PART_SRCS})
|
||||||
target_link_libraries(kcm_kwineffects ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS})
|
target_link_libraries(kcm_kwineffects ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS})
|
||||||
install(TARGETS kcm_kwineffects DESTINATION ${PLUGIN_INSTALL_DIR} )
|
install(TARGETS kcm_kwineffects DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
||||||
|
|
||||||
|
|
||||||
kde4_automoc(${kcm_kwinoptions_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ kde4_add_ui3_files(kwinrules_SRCS ruleswidgetbase.ui editshortcutbase.ui )
|
||||||
|
|
||||||
set(kwin_rules_dialog_KDEINIT_SRCS main.cpp ${kwinrules_SRCS})
|
set(kwin_rules_dialog_KDEINIT_SRCS main.cpp ${kwinrules_SRCS})
|
||||||
|
|
||||||
kde4_automoc(${kwin_rules_dialog_KDEINIT_SRCS})
|
|
||||||
|
|
||||||
kde4_add_kdeinit_executable( kwin_rules_dialog ${kwin_rules_dialog_KDEINIT_SRCS})
|
kde4_add_kdeinit_executable( kwin_rules_dialog ${kwin_rules_dialog_KDEINIT_SRCS})
|
||||||
|
|
||||||
|
@ -23,7 +22,6 @@ install(TARGETS kwin_rules_dialog DESTINATION ${BIN_INSTALL_DIR})
|
||||||
|
|
||||||
set(kcm_kwinrules_PART_SRCS kcm.cpp ${kwinrules_SRCS})
|
set(kcm_kwinrules_PART_SRCS kcm.cpp ${kwinrules_SRCS})
|
||||||
|
|
||||||
kde4_automoc(${kcm_kwinrules_PART_SRCS})
|
|
||||||
|
|
||||||
kde4_add_plugin(kcm_kwinrules ${kcm_kwinrules_PART_SRCS})
|
kde4_add_plugin(kcm_kwinrules ${kcm_kwinrules_PART_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(kwin_killer_helper_SRCS killer.cpp )
|
set(kwin_killer_helper_SRCS killer.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kwin_killer_helper_SRCS})
|
|
||||||
|
|
||||||
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ set(kdecorations_LIB_SRCS
|
||||||
kdecorationfactory.cpp
|
kdecorationfactory.cpp
|
||||||
kcommondecoration.cpp )
|
kcommondecoration.cpp )
|
||||||
|
|
||||||
kde4_automoc(${kdecorations_LIB_SRCS})
|
|
||||||
|
|
||||||
kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
|
kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
|
||||||
|
|
||||||
|
@ -32,7 +31,6 @@ set(kwin_EFFECTSLIB_SRCS
|
||||||
kwinglutils_funcs.cpp
|
kwinglutils_funcs.cpp
|
||||||
kwinshadereffect.cpp
|
kwinshadereffect.cpp
|
||||||
)
|
)
|
||||||
kde4_automoc(${kwin_EFFECTSLIB_SRCS})
|
|
||||||
kde4_add_library(kwineffects SHARED ${kwin_EFFECTSLIB_SRCS})
|
kde4_add_library(kwineffects SHARED ${kwin_EFFECTSLIB_SRCS})
|
||||||
target_link_libraries(kwineffects ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES})
|
target_link_libraries(kwineffects ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY} ${X11_LIBRARIES})
|
||||||
set_target_properties(kwineffects PROPERTIES VERSION 1.0.0 SOVERSION 1 )
|
set_target_properties(kwineffects PROPERTIES VERSION 1.0.0 SOVERSION 1 )
|
||||||
|
|
|
@ -7,7 +7,6 @@ add_subdirectory( decobenchmark )
|
||||||
|
|
||||||
set(test_gravity_SRCS test_gravity.cpp )
|
set(test_gravity_SRCS test_gravity.cpp )
|
||||||
|
|
||||||
kde4_automoc(${test_gravity_SRCS})
|
|
||||||
|
|
||||||
kde4_add_executable(test_gravity ${test_gravity_SRCS})
|
kde4_add_executable(test_gravity ${test_gravity_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set(decobenchmark_SRCS main.cpp preview.cpp )
|
set(decobenchmark_SRCS main.cpp preview.cpp )
|
||||||
|
|
||||||
kde4_automoc(${decobenchmark_SRCS})
|
|
||||||
|
|
||||||
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue