Use exact version as soname while still on 0.x.x release

This commit is contained in:
Martchus 2021-09-11 14:27:48 +02:00
parent 96e258b060
commit d0ec2fb69e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 1)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
set(META_VERSION_EXACT_SONAME ON) # while still on 0.x.x release
set(META_PUBLIC_QT_MODULES Core Gui)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION OFF)