diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-07-19 13:37:15 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-07-19 13:37:15 +0000 |
commit | dfc0012e60c462bf9deca55b4a57d56896f92575 (patch) | |
tree | deadd87c35c812816ab0a9cf396500bfc2ed06d7 /CMakeLists.txt | |
parent | 78b4c5fa3eafd4fe888a1fe8b1e62bfdb763d571 (diff) | |
download | extra-cmake-modules-dfc0012e60c462bf9deca55b4a57d56896f92575.tar.gz extra-cmake-modules-dfc0012e60c462bf9deca55b4a57d56896f92575.tar.bz2 |
automoc in kdelibs is dead since a few weeks
Alex
CCMAIL: kretz@kde.org
svn path=/trunk/KDE/kdelibs/; revision=834705
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a4b45da..a89a38bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,4 @@ - -#if(NOT AUTOMOC4_EXECUTABLE) -# # this is just a fallback in case automoc4 from kdesupport isn't found, Alex -# add_subdirectory(automoc) -#endif(NOT AUTOMOC4_EXECUTABLE) +# automoc comes now from kdesupport, Alex add_subdirectory(modules) |