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
Kiriki
Commits
8e564a4b
Commit
8e564a4b
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
990e4444
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
8e564a4b
...
...
@@ -12,15 +12,13 @@ set(kiriki_SRCS
configwidget.cpp
row.cpp
itemdelegate.cpp
kiriki.qrc
)
ki18n_wrap_ui
(
kiriki_SRCS configPage.ui
)
kconfig_add_kcfg_files
(
kiriki_SRCS settings.kcfgc
)
qt5_add_resources
(
kiriki_SRCS
kiriki.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-kiriki.png"
)
ecm_add_app_icon
(
kiriki_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