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
Bomber
Commits
97301495
Commit
97301495
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
7c2a9a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
97301495
...
...
@@ -7,6 +7,7 @@ set(bomber_SRCS
bomb.cpp
building.cpp
explodable.cpp
bomber.qrc
)
ecm_setup_version
(
${
bomber_VERSION
}
...
...
@@ -16,10 +17,6 @@ ecm_setup_version(${bomber_VERSION}
kconfig_add_kcfg_files
(
bomber_SRCS settings.kcfgc
)
qt5_add_resources
(
bomber_SRCS
bomber.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-bomber.png"
)
ecm_add_app_icon
(
bomber_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
bomber
${
bomber_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