Prefer KDE4_MODULE_LIBS to KDE4_MODULE_LIBRARY

See FindKDE4Internal.cmake within kdelibs
wilder-portage
Jekyll Wu 14 years ago
parent d8f22c821a
commit 71cb7ed9ae
  1. 6
      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}
)

Loading…
Cancel
Save