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
Konquest
Commits
bfecb061
Commit
bfecb061
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
d659c126
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bfecb061
...
...
@@ -107,6 +107,7 @@ set(konquest_SRCS
players/spectatorplayer_gui.cpp
view/standingswidget.cpp
konquest.qrc
)
option
(
KONQUEST_EXAMPLE_PLAYER
"Include example player"
OFF
)
...
...
@@ -120,7 +121,6 @@ endif()
ki18n_wrap_ui
(
konquest_SRCS dialogs/newGameDialog.ui
)
qt5_add_resources
(
konquest_SRCS konquest.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*-apps-konquest.png"
)
ecm_add_app_icon
(
konquest_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