fix .so version

This commit is contained in:
taipanromania
2009-08-10 18:39:32 +00:00
parent ca824684ac
commit 0c1dc1bb5f
3 changed files with 10 additions and 4 deletions

View File

@ -8,8 +8,8 @@ set(QZint_SRCS qzint.cpp)
add_library(QZint SHARED ${QZint_SRCS})
set_target_properties(QZint PROPERTIES VERSION ${ZINT_VERSION}
SOVERSION ${ZINT_VERSION})
set_target_properties(QZint PROPERTIES SOVERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}"
VERSION ${ZINT_VERSION})
add_dependencies(QZint zint)