Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
PulseAudio-Qt
Commits
38a35582
Commit
38a35582
authored
Apr 21, 2022
by
Nicolas Fella
Browse files
Bump soversion
parent
126aa3e8
Pipeline
#166550
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
38a35582
...
...
@@ -33,7 +33,7 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt
ecm_setup_version
(
PROJECT VARIABLE_PREFIX PULSEAUDIOQT
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/pulseaudioqt_version.h"
PACKAGE_VERSION_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5PulseAudioQtConfigVersion.cmake"
SOVERSION
3
)
SOVERSION
4
)
set
(
REQUIRED_QT_VERSION 5.15.0
)
find_package
(
Qt
${
QT_MAJOR_VERSION
}
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Core Gui DBus
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment