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 /automoc/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 'automoc/CMakeLists.txt')
-rw-r--r-- | automoc/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/automoc/CMakeLists.txt b/automoc/CMakeLists.txt deleted file mode 100644 index 553aa1af..00000000 --- a/automoc/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -include_directories(${QT_INCLUDE_DIR}) -add_executable(kde4automoc kde4automoc.cpp) -kde4_handle_rpath_for_executable(kde4automoc "RUN_UNINSTALLED") -target_link_libraries(kde4automoc ${QT_QTCORE_LIBRARY}) -install(TARGETS kde4automoc DESTINATION ${BIN_INSTALL_DIR}) |