diff --git a/CMakeLists.txt b/CMakeLists.txt index e2f5da07e..3fd7da01c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -578,32 +578,6 @@ if( NOT GLIB2_FOUND ) endif( ) - -##### check for Qt3 ############################# - -# find_package( Qt3 ) -# if( NOT QT_FOUND ) -# message(FATAL_ERROR "\nQt3 are required, but not found on your system" ) -# endif( NOT QT_FOUND ) - - -##### check for TQt ############################# - -# pkg_search_module( TQT TQt ) -# if( NOT TQT_FOUND ) -# message(FATAL_ERROR "\nTQt are required, but not found on your system" ) -# endif( NOT TQT_FOUND ) -# -# set( QT_MOC_EXECUTABLE "tmoc" ) -# -# # check if Qt is linked against Xft -# set( bak_CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ) -# set( CMAKE_REQUIRED_LIBRARIES ${TQT_LDFLAGS} ) -# check_function_exists( XftInit KDEINIT_USE_XFT ) -# set( CMAKE_REQUIRED_LIBRARIES ${bak_CMAKE_REQUIRED_LIBRARIES} ) -# unset( bak_CMAKE_REQUIRED_LIBRARIES ) - - ##### check for ALSA ############################ # FIXME I propose to drop support for very old ALSA versions (i.e 0.5) diff --git a/doc/kspell/CMakeLists.txt b/doc/kspell/CMakeLists.txt index 8f999e770..94bc7cff5 100644 --- a/doc/kspell/CMakeLists.txt +++ b/doc/kspell/CMakeLists.txt @@ -10,4 +10,4 @@ ################################################# tde_create_handbook( SRCDIR ${CMAKE_SOURCE_DIR}/kdoctools DESTINATION kspell ) -add_dependencies( kspell-handbook meinproc ) +add_dependencies( kspell-en-handbook meinproc )