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
KBlackBox
Commits
472618c2
Commit
472618c2
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
62f197de
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
472618c2
...
...
@@ -80,14 +80,13 @@ set(kblackbox_SRCS
kbbthememanager.cpp
kbbtutorial.cpp
main.cpp
kblackbox.qrc
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KBLACKBOX VERSION_HEADER kblackbox_version.h
)
kconfig_add_kcfg_files
(
kblackbox_SRCS kbbprefs.kcfgc
)
qt5_add_resources
(
kblackbox_SRCS kblackbox.qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*-apps-kblackbox.png"
)
ecm_add_app_icon
(
kblackbox_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kblackbox
${
kblackbox_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