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
KBreakOut
Commits
e87280fd
Commit
e87280fd
authored
Feb 12, 2021
by
Laurent Montel
😁
Browse files
Use AUTORCC directly
parent
08595aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
e87280fd
...
...
@@ -5,6 +5,7 @@ set(kbreakout_SRCS
canvaswidget.cpp
gameengine.cpp
levelloader.cpp
kbreakout.qrc
)
ecm_setup_version
(
${
RELEASE_SERVICE_VERSION
}
VARIABLE_PREFIX KBREAKOUT VERSION_HEADER kbreakout_version.h
)
...
...
@@ -17,7 +18,6 @@ ecm_qt_declare_logging_category(kbreakout_SRCS
EXPORT KBREAKOUT
)
qt5_add_resources
(
kbreakout_SRCS kbreakout.qrc
)
ki18n_wrap_ui
(
kbreakout_SRCS generalsettings.ui
)
kconfig_add_kcfg_files
(
kbreakout_SRCS settings.kcfgc
)
...
...
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