From 71cb7ed9aede7b4e36bc649feceda3eeb56df943 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Tue, 20 Nov 2012 09:04:52 +0800 Subject: [PATCH] Prefer KDE4_MODULE_LIBS to KDE4_MODULE_LIBRARY See FindKDE4Internal.cmake within kdelibs --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 25eaa2e8..2c56d488 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -117,12 +117,12 @@ ${CMAKE_CURRENT_BINARY_DIR}/tests/CTestCustom.cmake) ) set(konsole_LIBS - ${KDE4_KPTY_LIBRARY} + ${LIBKONQ_LIBRARY} + ${KDE4_KPTY_LIBS} ${KDE4_KIO_LIBS} + ${KDE4_KNOTIFYCONFIG_LIBS} ${QT_QTXML_LIBRARY} - ${KDE4_KNOTIFYCONFIG_LIBRARY} ${X11_LIBRARIES} - ${LIBKONQ_LIBRARY} )