From 84e5264c10e8ca5f9fab9bdcb41b4748891e39e8 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 20 Apr 2011 23:38:07 +0000 Subject: [PATCH] [kdelibs/doc] fixed target name git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1228606 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 26 -------------------------- doc/kspell/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) 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 )