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
Akregator
Commits
a5f1658a
Commit
a5f1658a
authored
Jan 31, 2021
by
Laurent Montel
Browse files
GIT_SILENT: Use versionless Qt cmake target. This makes it easier to build against both Qt5 and Qt6
parent
3d55bc1c
Pipeline
#49208
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
interfaces/CMakeLists.txt
View file @
a5f1658a
...
...
@@ -28,7 +28,7 @@ endif()
target_link_libraries
(
akregatorinterfaces
KF5::ConfigGui
Qt
5
::Widgets
Qt::Widgets
${
akregator_userfeedback_LIB
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
...
...
src/CMakeLists.txt
View file @
a5f1658a
...
...
@@ -136,7 +136,7 @@ target_link_libraries(akregatorprivate
Grantlee5::Templates
KF5::KIOGui
KF5::MessageViewer
Qt
5
::PrintSupport
Qt::PrintSupport
KF5::WebEngineViewer
${
akregator_userfeedback_LIB
}
)
...
...
@@ -228,7 +228,7 @@ target_link_libraries(akregatorpart
KF5::MessageViewer
KF5::Parts
KF5::Notifications
Qt
5
::WebEngineWidgets
Qt::WebEngineWidgets
KF5::WebEngineViewer
KF5::KIOGui
)
...
...
src/job/autotests/CMakeLists.txt
View file @
a5f1658a
...
...
@@ -3,7 +3,7 @@ macro(akregator_job_unittest _source)
ecm_add_test
(
${
_source
}
TEST_NAME
${
_name
}
NAME_PREFIX
"akregator-job"
LINK_LIBRARIES Qt
5
::Test akregatorprivate
LINK_LIBRARIES Qt::Test akregatorprivate
)
endmacro
()
...
...
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