diff options
author | David Faure <faure@kde.org> | 2006-04-04 21:52:03 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2006-04-04 21:52:03 +0000 |
commit | 43f8e522a6b47e3c4415244aa7d4dc343b0f46c2 (patch) | |
tree | ffe3dbf571b5dbf6cfb98ff0f8036ca8b26c22e6 | |
parent | e96dd292b29ccd52117ad5b334bdec83c6491ca1 (diff) | |
download | extra-cmake-modules-43f8e522a6b47e3c4415244aa7d4dc343b0f46c2.tar.gz extra-cmake-modules-43f8e522a6b47e3c4415244aa7d4dc343b0f46c2.tar.bz2 |
Ooops remove line that got committed by mistake; more docu updates.
svn path=/trunk/KDE/kdelibs/; revision=526552
-rw-r--r-- | modules/KDE4Macros.cmake | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index b2ab8f29..fd60354e 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -2,17 +2,13 @@ # for documentation look at FindKDE4Internal.cmake # # this file contains the following macros: -# KDE4_ADD_FILE_DEPENDANCY # KDE4_ADD_DCOP_SKELS # KDE4_ADD_DCOP_STUBS -# KDE4_ADD_MOC_FILES # KDE4_ADD_UI_FILES # KDE4_ADD_KCFG_FILES # KDE4_AUTOMOC # KDE4_INSTALL_LIBTOOL_FILE -# KDE4_PLACEHOLDER -# KDE4_CREATE_FINAL_FILE -# KDE4_ADD_KPART +# KDE4_CREATE_FINAL_FILES # KDE4_ADD_KDEINIT_EXECUTABLE # KDE4_ADD_EXECUTABLE @@ -125,7 +121,6 @@ MACRO (KDE4_ADD_KCFG_FILES _sources) QT4_GENERATE_MOC(${_header_FILE} ${_moc_FILE} ) MACRO_ADD_FILE_DEPENDENCIES(${_src_FILE} ${_moc_FILE} ) - MACRO_ADD_FILE_DEPENDENCIES(${_moc_FILE} ${_header_FILE} ) set(${_sources} ${${_sources}} ${_src_FILE} ${_header_FILE}) |