From f622737b97109beb28fa2e5e83c61b9e0620883a Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 11 Apr 2006 16:14:07 +0000 Subject: [PATCH] install in the right dir, ie with the other plugins of designer svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=528700 --- widgets/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/CMakeLists.txt b/widgets/CMakeLists.txt index cc335ef..3b7cada 100644 --- a/widgets/CMakeLists.txt +++ b/widgets/CMakeLists.txt @@ -28,7 +28,7 @@ kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kdeeduwidgets ) target_link_libraries(kdeeduwidgets ${KDE4_KIO_LIBS} kdeeduplot extdate) -install_targets(${LIB_INSTALL_DIR}/kde4 kdeeduwidgets ) +install_targets(${PLUGIN_INSTALL_DIR}/plugins/designer kdeeduwidgets) ########### install files ############### -- 2.47.3