Merging from old trunk:

r635264 | mueller | 2007-02-19 17:56:53 +0100 (Mon, 19 Feb 2007) | 2 lines

fix library versioning


svn path=/trunk/KDE/kdebase/workspace/; revision=659548
master
Luboš Luňák 18 years ago
parent 7fd08a813d
commit 2c8505e08a

@ -16,7 +16,7 @@ kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
target_link_libraries(kdecorations ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
set_target_properties(kdecorations PROPERTIES VERSION 1.0.0 SOVERSION 1 )
set_target_properties(kdecorations PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
install(TARGETS kdecorations DESTINATION ${LIB_INSTALL_DIR} )

Loading…
Cancel
Save