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
Kapman
Commits
b8f200a5
Commit
b8f200a5
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
19648704
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b8f200a5
...
...
@@ -19,6 +19,7 @@ set(kapman_SRCS
maze.cpp
mazeitem.cpp
pill.cpp
kapman.qrc
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
...
...
@@ -28,10 +29,6 @@ ecm_setup_version(${RELEASE_SERVICE_VERSION}
kconfig_add_kcfg_files
(
kapman_SRCS settings.kcfgc
)
qt5_add_resources
(
kapman_SRCS
kapman.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_SOURCE_DIR
}
/icons/*-apps-kapman.png"
)
ecm_add_app_icon
(
kapman_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kapman
${
kapman_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