[Kde-bindings] KDE/kdebindings/ruby/qtruby/src
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Fri Aug 15 10:51:29 UTC 2008
SVN commit 847400 by rdale:
* Change the .so version number of the qtruby shared library to 2.0.0
CCMAIL: kde-bindings at kde.org
M +1 -0 CMakeLists.txt
--- trunk/KDE/kdebindings/ruby/qtruby/src/CMakeLists.txt #847399:847400
@@ -32,6 +32,7 @@
# target_link_libraries(qtrubyinternal ${QT_QTCORE_LIBRARY} ${RUBY_LIBRARY} ${QT_QTNETWORK_LIBRARY})
set_target_properties(qtruby4 PROPERTIES PREFIX "")
+set_target_properties(qtruby4shared PROPERTIES VERSION 2.0.0 SOVERSION 2)
install(TARGETS qtruby4shared LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} )
install(TARGETS qtruby4 DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
More information about the Kde-bindings
mailing list