From f0bf2b11156fcb76f86b37298a29b759fb89af92 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Wed, 11 Jul 2007 13:24:12 +0000 Subject: Remove the no-op KDE4_AUTOMOC() macro. This call should be removed from all CMakeLists.txt file now. If I missed some, and you encounter problems, simply remove the call yourself from the offending CMakeLists.txt file. svn path=/trunk/KDE/kdelibs/; revision=686496 --- modules/KDE4Macros.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules') diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 586a6739..50ef3591 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -4,7 +4,6 @@ # KDE4_ADD_UI_FILES # KDE4_ADD_UI3_FILES # KDE4_ADD_KCFG_FILES -# KDE4_AUTOMOC # KDE4_SET_CUSTOM_TARGET_PROPERTY # KDE4_GET_CUSTOM_TARGET_PROPERTY # KDE4_MOC_HEADERS @@ -152,10 +151,6 @@ macro (KDE4_ADD_UI3_FILES _sources ) endforeach (_current_FILE) endmacro (KDE4_ADD_UI3_FILES) -# keep it here until it is removed everywhere -macro (KDE4_AUTOMOC) -endmacro (KDE4_AUTOMOC) - macro (KDE4_SET_CUSTOM_TARGET_PROPERTY _target_name _property_name _property) string(REPLACE "[/ ]" "_" _dir "${CMAKE_CURRENT_SOURCE_DIR}") set(_kde4_${_dir}_${_target_name}_${_property_name} "${_property}") -- cgit v1.2.1