aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-01-26 17:43:09 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-01-26 17:43:09 +0000
commit31e3b3b01169d5f3c14e686ef9904fff998976c1 (patch)
tree67dbbd52bf0a5b87e3849847fb1c94ad501ec95b /modules
parentbe45aa635bf842a1a08c6c389ec0daecd27bd5ab (diff)
downloadextra-cmake-modules-31e3b3b01169d5f3c14e686ef9904fff998976c1.tar.gz
extra-cmake-modules-31e3b3b01169d5f3c14e686ef9904fff998976c1.tar.bz2
-finally remove the dcop macros
Alex svn path=/trunk/KDE/kdelibs/; revision=627465
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake11
1 files changed, 2 insertions, 9 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index d4249447..af440851 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -225,6 +225,7 @@ macro(KDE4_GET_AUTOMOC_FILES _list)
endforeach (_current_FILE)
endmacro(KDE4_GET_AUTOMOC_FILES)
+
macro (KDE4_INSTALL_HANDBOOK)
get_filename_component(_tmp_FILE ${CMAKE_CURRENT_SOURCE_DIR} ABSOLUTE)
get_filename_component(_basename ${_tmp_FILE} NAME_WE)
@@ -241,6 +242,7 @@ macro (KDE4_INSTALL_HANDBOOK)
endif (UNIX)
endmacro (KDE4_INSTALL_HANDBOOK )
+
macro (KDE4_CREATE_HANDBOOK _docbook)
get_filename_component(_input ${_docbook} ABSOLUTE)
set(_doc ${CMAKE_CURRENT_BINARY_DIR}/index.cache.bz2)
@@ -824,15 +826,6 @@ macro (KDE4_ADD_WIDGET_FILES _sources)
endmacro (KDE4_ADD_WIDGET_FILES)
-MACRO(KDE4_ADD_DCOP_SKELS)
- MESSAGE(FATAL_ERROR "There is a call to KDE4_ADD_DCOP_SKELS() in the CMakeLists.txt for '${ARGV0}', but DCOP is no longer supported by KDE4.
- Please remove it and port to DBUS.")
-ENDMACRO(KDE4_ADD_DCOP_SKELS)
-
-MACRO(KDE4_ADD_DCOP_STUBS)
- MESSAGE(FATAL_ERROR "There is a call to KDE4_ADD_DCOP_STUBS() in the CMakeLists.txt for '${ARGV0}', but DCOP is no longer supported by KDE4.
- Please remove it and port to DBUS.")
-ENDMACRO(KDE4_ADD_DCOP_STUBS)
MACRO(KDE4_REMOVE_OBSOLETE_CMAKE_FILES)
# the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex