From 8de31796b14f0223e01453487f9ebb292525d3a3 Mon Sep 17 00:00:00 2001 From: Patrick Spendrin Date: Tue, 26 Feb 2008 12:56:08 +0000 Subject: [PATCH] install okularcore and kolourpaint_lgpl to the now correct places. svn path=/trunk/KDE/kdegraphics/okular/; revision=779538 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b003e9b4..bd9f401c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ target_link_libraries(okularcore ${OKULAR_IOKIT} ${KDE4_KIO_LIBS} ${KDE4_PHONON set_target_properties(okularcore PROPERTIES VERSION 1.1.0 SOVERSION 1 ) -install(TARGETS okularcore DESTINATION ${LIB_INSTALL_DIR} ) +install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} ) install(FILES conf/okular.kcfg DESTINATION ${KCFG_INSTALL_DIR}) install(FILES core/okularGenerator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})