1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

Set soversion to version

Since there's no ABI guarantees, as mentioned in #243
This commit is contained in:
Alexey Sokolov 2022-10-08 23:47:23 +01:00 committed by Daniel Nicoletti
parent 5e38b3e4c6
commit 647acc3c4d

View File

@ -182,7 +182,7 @@ PUBLIC
set_target_properties(QXlsx PROPERTIES set_target_properties(QXlsx PROPERTIES
EXPORT_NAME QXlsx EXPORT_NAME QXlsx
VERSION ${PROJECT_VERSION} VERSION ${PROJECT_VERSION}
SOVERSION 0 SOVERSION 0.${PROJECT_VERSION}
PUBLIC_HEADER "${QXLSX_PUBLIC_HEADERS}" PUBLIC_HEADER "${QXLSX_PUBLIC_HEADERS}"
) )