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
KGoldrunner
Commits
9535d87b
Commit
9535d87b
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
a7995306
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
9535d87b
...
...
@@ -17,6 +17,7 @@ set(kgoldrunner_SRCS
kgrselector.cpp
kgrsounds.cpp
kgrdialog.cpp
kgoldrunner.qrc
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KGOLDRUNNER VERSION_HEADER kgoldrunner_version.h
)
...
...
@@ -29,8 +30,6 @@ ecm_qt_declare_logging_category(kgoldrunner_SRCS
EXPORT KGOLDRUNNER
)
qt5_add_resources
(
kgoldrunner_SRCS kgoldrunner.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*-apps-kgoldrunner.png"
)
ecm_add_app_icon
(
kgoldrunner_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kgoldrunner
${
kgoldrunner_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