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
KDiamond
Commits
c2d92c3f
Commit
c2d92c3f
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
c2e1ea9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
c2d92c3f
...
...
@@ -9,16 +9,13 @@ set(kdiamond_SRCS
main.cpp
mainwindow.cpp
view.cpp
kdiamond.qrc
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KDIAMOND VERSION_HEADER kdiamond_version.h
)
kconfig_add_kcfg_files
(
kdiamond_SRCS settings.kcfgc
)
qt5_add_resources
(
kdiamond_SRCS
kdiamond.qrc
)
file
(
GLOB ICONS_SRCS
"pics/*-apps-kdiamond.png"
)
ecm_add_app_icon
(
kdiamond_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