@ -321,11 +321,11 @@ option(KDE4_ENABLE_FPIE "Enable platform supports PIE linking")
# n o w t r y t o f i n d s o m e k d e s t u f f
# a r e w e t r y i n g t o c o m p i l e k d e l i b s ?
# a r e w e t r y i n g t o c o m p i l e t d e l i b s ?
# t h e n e n t e r b o o t s t r a p m o d e
if ( EXISTS ${ CMAKE_SOURCE_DIR } /tdecore/kernel/kglobal.h )
message ( STATUS "Building k delibs...")
message ( STATUS "Building t delibs...")
set ( KDE4_INCLUDE_DIR ${ CMAKE_SOURCE_DIR } )
set ( KDE4_TDECORE_LIBS ${ QT_QTCORE_LIBRARY } tdecore )
@ -353,7 +353,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/tdecore/kernel/kglobal.h)
set ( KDE4_LIB_DIR ${ LIBRARY_OUTPUT_PATH } / ${ CMAKE_CFG_INTDIR } )
# w h e n b u i l d i n g k d e l i b s , m a k e t h e k c f g r u l e s d e p e n d o n t h e b i n a r i e s . . .
# w h e n b u i l d i n g t d e l i b s , m a k e t h e k c f g r u l e s d e p e n d o n t h e b i n a r i e s . . .
set ( _KDE4_KCONFIG_COMPILER_DEP kconfig_compiler )
set ( _KDE4_MAKEKDEWIDGETS_DEP makekdewidgets )
set ( _KDE4_MEINPROC_EXECUTABLE_DEP meinproc )
@ -391,7 +391,7 @@ else(EXISTS ${CMAKE_SOURCE_DIR}/tdecore/kernel/kglobal.h)
set ( LIBRARY_OUTPUT_PATH ${ CMAKE_BINARY_DIR } /lib )
# t h i s f i l e c o n t a i n s a l l d e p e n d e n c i e s o f a l l l i b r a r i e s o f k d e l i b s , A l e x
# t h i s f i l e c o n t a i n s a l l d e p e n d e n c i e s o f a l l l i b r a r i e s o f t d e l i b s , A l e x
include ( ${ kde_cmake_module_dir } /KDELibsDependencies.cmake )
find_library ( KDE4_TDECORE_LIBRARY NAMES tdecore PATHS ${ KDE4_LIB_INSTALL_DIR } NO_DEFAULT_PATH )
@ -541,7 +541,7 @@ if (WIN32)
set ( _KDE4_PLATFORM_INCLUDE_DIRS ${ KDEWIN32_INCLUDES } ${ GNUWIN32_INCLUDE_DIR } )
# i f w e a r e c o m p i l i n g k d e l i b s , a d d K D E W I N 3 2 _ L I B R A R I E S e x p l i c i t e l y ,
# i f w e a r e c o m p i l i n g t d e l i b s , a d d K D E W I N 3 2 _ L I B R A R I E S e x p l i c i t e l y ,
# o t h e r w i s e t h e y c o m e f r o m K D E L i b s D e p e n d e n c i e s . c m a k e , A l e x
if ( EXISTS ${ CMAKE_SOURCE_DIR } /tdecore/kernel/kglobal.h )
set ( KDE4_TDECORE_LIBS ${ KDE4_TDECORE_LIBS } ${ KDEWIN32_LIBRARIES } )
@ -785,7 +785,7 @@ endif (KDE4_INCLUDE_DIR AND KDE4_LIB_DIR AND KDE4_KCFGC_EXECUTABLE AND KDE4_INST
macro ( KDE4_PRINT_RESULTS )
# i n s i d e k d e l i b s t h e i n c l u d e d i r a n d l i b d i r a r e i n t e r n a l , n o t " f o u n d "
# i n s i d e t d e l i b s t h e i n c l u d e d i r a n d l i b d i r a r e i n t e r n a l , n o t " f o u n d "
if ( NOT EXISTS ${ CMAKE_SOURCE_DIR } /tdecore/kernel/kglobal.h )
if ( KDE4_INCLUDE_DIR )
message ( STATUS "Found KDE4 include dir: ${KDE4_INCLUDE_DIR}" )
@ -812,7 +812,7 @@ if (KDE4Internal_FIND_REQUIRED AND NOT KDE4_FOUND)
# b a i l o u t i f s o m e t h i n g w a s n ' t f o u n d
kde4_print_results ( )
if ( NOT KDE4_INSTALLED_VERSION_OK )
message ( FATAL_ERROR "ERROR: the installed k delibs version ${KDEVERSION} is too old, at least version ${KDE_MIN_VERSION} is required")
message ( FATAL_ERROR "ERROR: the installed t delibs version ${KDEVERSION} is too old, at least version ${KDE_MIN_VERSION} is required")
else ( NOT KDE4_INSTALLED_VERSION_OK )
message ( FATAL_ERROR "ERROR: could NOT find everything required for compiling KDE 4 programs" )
endif ( NOT KDE4_INSTALLED_VERSION_OK )