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:
parent
5e38b3e4c6
commit
647acc3c4d
@ -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}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user