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
Akonadi Data Import Wizard
Commits
9dcefca8
Commit
9dcefca8
authored
Mar 01, 2022
by
Laurent Montel
Browse files
Simplify qt5/qt6 build
parent
ead21588
Pipeline
#143754
failed with stage
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libimportwizard/CMakeLists.txt
View file @
9dcefca8
...
...
@@ -83,11 +83,7 @@ target_link_libraries(KPimImportWizard
KF5::MailImporterAkonadi
KF5::I18n
)
if
(
QT_MAJOR_VERSION STREQUAL
"6"
)
target_link_libraries
(
KPimImportWizard PRIVATE qt6keychain
)
else
()
target_link_libraries
(
KPimImportWizard PRIVATE qt5keychain
)
endif
()
target_link_libraries
(
KPimImportWizard PRIVATE qt
${
QT_MAJOR_VERSION
}
keychain
)
set_target_properties
(
KPimImportWizard PROPERTIES
VERSION
${
IMPORTWIZARD_VERSION
}
SOVERSION
${
IMPORTWIZARD_SOVERSION
}
...
...
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