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
Akonadi Console
Commits
2ad2b3d0
Commit
2ad2b3d0
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
2044bb38
Pipeline
#49411
failed with stage
in 10 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
2ad2b3d0
...
...
@@ -144,10 +144,9 @@ set_target_properties(libakonadiconsole
set
(
akonadiconsole_SRCS
main.cpp
akonadiconsole.qrc
)
qt5_add_resources
(
akonadiconsole_SRCS akonadiconsole.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/*-apps-akonadiconsole.png"
)
ecm_add_app_icon
(
akonadiconsole_SRCS ICONS
${
ICONS_SRCS
}
)
...
...
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