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
Games
Granatier
Commits
aeb2d533
Commit
aeb2d533
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
9bc0c4d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
aeb2d533
...
...
@@ -34,6 +34,7 @@ set(granatierSources
mapparser.cpp
player.cpp
playeritem.cpp
granatier.qrc
)
ecm_qt_declare_logging_category
(
granatierSources
...
...
@@ -48,10 +49,6 @@ ki18n_wrap_ui(granatierSources config/arenaselector.ui config/generalsettings.ui
kconfig_add_kcfg_files
(
granatierSources config/settings.kcfgc
)
qt5_add_resources
(
granatierSources
granatier.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-granatier.png"
)
ecm_add_app_icon
(
granatierSources 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