]> Git trees. - libqmvoc.git/commitdiff
use ${GENERIC_LIB_VERSION} and ${GENERIC_LIB_SOVERSION}
authorAllen Winter <winter@kde.org>
Mon, 16 Jul 2007 20:50:05 +0000 (20:50 +0000)
committerAllen Winter <winter@kde.org>
Mon, 16 Jul 2007 20:50:05 +0000 (20:50 +0000)
in set_target_properties().

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=688792

libscience/CMakeLists.txt

index 4c5cb68152fae09387c7804acebd6add107e63c8..13c6f19feda893b7a0400557b2ba1ca6f519b94e 100644 (file)
@@ -19,6 +19,6 @@ kde4_add_library(science SHARED ${science_LIB_SRCS})
 
 target_link_libraries(science  ${KDE4_KDECORE_LIBS} ${QT_QTXML_LIBRARY} )
 
-set_target_properties(science PROPERTIES VERSION 4.0.0 SOVERSION 4 )
+set_target_properties(science PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
 install(TARGETS science  DESTINATION ${LIB_INSTALL_DIR} )