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
KMahjongg
Commits
bfd1cccd
Commit
bfd1cccd
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
61588300
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
bfd1cccd
...
...
@@ -16,6 +16,7 @@ set(kmahjongg_SRCS
selectionanimation.cpp
demoanimation.cpp
movelistanimation.cpp
kmahjongg.qrc
)
ecm_setup_version
(
${
KMAHJONGG_VERSION
}
...
...
@@ -35,9 +36,6 @@ ecm_qt_declare_logging_category(kmahjongg_SRCS
kconfig_add_kcfg_files
(
kmahjongg_SRCS prefs.kcfgc
)
qt5_add_resources
(
kmahjongg_SRCS
kmahjongg.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-kmahjongg.png"
)
ecm_add_app_icon
(
kmahjongg_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