diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-12 02:56:08 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-12 02:56:08 +0000 |
commit | dbd9ded5439638a7d5599268acc6aa9e8f34f664 (patch) | |
tree | ce928be3bea88c4dc89a852a23ea454474a3ad1d /modules/FindKDE4Internal.cmake | |
parent | f0bf2b11156fcb76f86b37298a29b759fb89af92 (diff) | |
download | extra-cmake-modules-dbd9ded5439638a7d5599268acc6aa9e8f34f664.tar.gz extra-cmake-modules-dbd9ded5439638a7d5599268acc6aa9e8f34f664.tar.bz2 |
-instead of simply removing KDE4_AUTOMOC(), it is better to make it just do message(SEND_ERROR), so the user gets
a useful error message instead of suddenly "unknown command"
-same for KDE4_INSTALL_LIBTOOL_FILE()
-also remove the docs for both macros from FindKDE4Internal.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=686696
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 3cfcecfd..96bbc66d 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -127,21 +127,6 @@ # Use this to add widget description files for the makekdewidgets code generator # for Qt Designer plugins. # -# KDE4_AUTOMOC(file1 ... fileN) -# Call this if you want to have automatic moc file handling. -# This means if you include "foo.moc" in the source file foo.cpp -# a moc file for the header foo.h will be created automatically. -# You can set the property SKIP_AUTOMAKE using SET_SOURCE_FILES_PROPERTIES() -# to exclude some files in the list from being processed. -# If you don't want automoc, you can also use QT4_WRAP_CPP() or QT4_GENERATE_MOC() -# from FindQt4.cmake to have the moc files generated. This will be faster -# but require more manual work. -# -# KDE4_INSTALL_LIBTOOL_FILE ( subdir target ) -# This will create and install a simple libtool file for the -# given target. This might be required for other software. -# The libtool file will be install in subdir, relative to CMAKE_INSTALL_PREFIX . -# # KDE4_CREATE_FINAL_FILES (filename_CXX filename_C file1 ... fileN) # This macro is intended mainly for internal uses. # It is used for enable-final. It will generate two source files, |