mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 22:26:17 -04:00
Prefer KDE4_MODULE_LIBS to KDE4_MODULE_LIBRARY
See FindKDE4Internal.cmake within kdelibs
This commit is contained in:
@@ -117,12 +117,12 @@ ${CMAKE_CURRENT_BINARY_DIR}/tests/CTestCustom.cmake)
|
||||
)
|
||||
|
||||
set(konsole_LIBS
|
||||
${KDE4_KPTY_LIBRARY}
|
||||
${KDE4_KIO_LIBS}
|
||||
${QT_QTXML_LIBRARY}
|
||||
${KDE4_KNOTIFYCONFIG_LIBRARY}
|
||||
${X11_LIBRARIES}
|
||||
${LIBKONQ_LIBRARY}
|
||||
${KDE4_KPTY_LIBS}
|
||||
${KDE4_KIO_LIBS}
|
||||
${KDE4_KNOTIFYCONFIG_LIBS}
|
||||
${QT_QTXML_LIBRARY}
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user