mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
cmake: remove deprecated kde4automoc support
This commit is contained in:
parent
ab4f843a78
commit
bb7b2f05cc
3 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
MOC_INCLUDES:
|
||||
@_moc_incs@
|
||||
SOURCES:
|
||||
@_moc_files@
|
Loading…
Add table
Reference in a new issue