Skip to content

Commit

Permalink
Set SOVERSION to 1
Browse files Browse the repository at this point in the history
We're not a framework right now and we're not planning to maintain ABI
at this point. Maybe not even source compatibility.

(cherry picked from commit d9b22de)
  • Loading branch information
vHanda authored and Hrvoje Senjan committed Jul 11, 2014
1 parent 329c697 commit 6edac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(REQUIRED_QT_VERSION "5.2.0")
ecm_setup_version(5.0.0
VARIABLE_PREFIX KFILEMETADATA
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5FileMetaDataConfigVersion.cmake"
SOVERSION 5)
SOVERSION 1)

# Build dependencies
find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Xml)
Expand Down

0 comments on commit 6edac55

Please sign in to comment.