cmake: remove deprecated kde4automoc support

This commit is contained in:
Ivailo Monev 2015-02-14 17:13:46 +00:00
parent ab4f843a78
commit bb7b2f05cc
3 changed files with 0 additions and 9 deletions

View file

@ -132,7 +132,6 @@ set(cmakeFiles
cmake-modules-styleguide.txt
kde4init_dummy.cpp.in
kde4_cmake_uninstall.cmake.in
kde4automoc.files.in
BasicFindPackageVersion.cmake.in
FindLibPython.py
FindPyKDE4.py

View file

@ -38,7 +38,6 @@
# compile KDE software:
#
# KDE4_KCFGC_EXECUTABLE - the kconfig_compiler executable
# KDE4_AUTOMOC_EXECUTABLE - the kde4automoc executable, deprecated, use AUTOMOC4_EXECUTABLE instead
# KDE4_MAKEKDEWIDGETS_EXECUTABLE - the makekdewidgets executable
#
# The following variables point to the location of the KDE libraries,
@ -397,9 +396,6 @@ endif (NOT AUTOMOC4_VERSION)
set(_automoc4_min_version "0.9.88")
macro_ensure_version("${_automoc4_min_version}" "${AUTOMOC4_VERSION}" _automoc4_version_ok)
# for compatibility with KDE 4.0.x
set(KDE4_AUTOMOC_EXECUTABLE "${AUTOMOC4_EXECUTABLE}" )
# Perl is not required for building KDE software, but we had that here since 4.0
find_package(Perl)
if(NOT PERL_FOUND)

View file

@ -1,4 +0,0 @@
MOC_INCLUDES:
@_moc_incs@
SOURCES:
@_moc_files@