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
This commit is contained in:
parent
7fd08a813d
commit
2c8505e08a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
|
||||||
|
|
||||||
target_link_libraries(kdecorations ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
|
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} )
|
install(TARGETS kdecorations DESTINATION ${LIB_INSTALL_DIR} )
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue