From a01c4ccd950ff2c40170e87e49dd6600bd58f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 6 Mar 2013 01:27:37 +0100 Subject: [PATCH] link shell against kio --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aef48c98..b37baca70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ find_package(Qt5Quick REQUIRED) find_package(Qt5Script REQUIRED) find_package(KCoreAddons REQUIRED) - # The Qt5Widgets_INCLUDES also includes the include directories for # dependencies QtCore and QtGui include_directories(${Qt5Widgets_DEFINITIONS} ${Qt5Quick_DEFINITIONS} ${QT_INCLUDES} ${KDE4_INCLUDES}) @@ -61,6 +60,7 @@ target_link_libraries(testplasma2 ${Qt5Quick_LIBRARIES} ${Qt5Qml_LIBRARIES} ${KDE4_KDECORE_LIBS} + ${KDE4_KIO_LIBS} ${KWindowSystem_LIBRARIES} ${KCoreAddons_LIBRARIES} plasma