Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
a59e0939
Commit
a59e0939
authored
Mar 01, 2022
by
Laurent Montel
Browse files
Simplify qt5/qt6 build
parent
93ca4283
Pipeline
#143752
passed with stage
in 7 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a59e0939
...
...
@@ -164,11 +164,7 @@ ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.91.0)
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
OFF
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
set
(
kdepim-keychain_lib qt6keychain
)
else
()
set
(
kdepim-keychain_lib qt5keychain
)
endif
()
set
(
kdepim-keychain_lib qt
${
QT_MAJOR_VERSION
}
keychain
)
set
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF
)
if
(
USE_UNITY_CMAKE_SUPPORT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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