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
PIM
Akregator
Commits
c9c02090
Commit
c9c02090
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
a5f1658a
Pipeline
#49291
failed with stage
in 10 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
c9c02090
...
@@ -107,10 +107,9 @@ set(akregatorprivate_LIB_SRCS
...
@@ -107,10 +107,9 @@ set(akregatorprivate_LIB_SRCS
openurlrequest.cpp
openurlrequest.cpp
actions/actionmanager.cpp
actions/actionmanager.cpp
actions/actions.cpp
actions/actions.cpp
akregator.qrc
)
)
qt5_add_resources
(
akregatorprivate_LIB_SRCS akregator.qrc
)
add_library
(
akregatorprivate
${
akregatorprivate_LIB_SRCS
}
)
add_library
(
akregatorprivate
${
akregatorprivate_LIB_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akregatorprivate PROPERTIES UNITY_BUILD ON
)
set_target_properties
(
akregatorprivate PROPERTIES UNITY_BUILD ON
)
...
...
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