Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KBlocks
Commits
aa4549a6
Commit
aa4549a6
authored
Dec 15, 2021
by
Laurent Montel
Browse files
It's already defined in ecm
parent
48fa7305
Pipeline
#110261
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aa4549a6
...
...
@@ -42,12 +42,6 @@ include(ECMSetupVersion)
add_definitions
(
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
)
add_definitions
(
-DQT_NO_FOREACH
)
option
(
BUILD_COVERAGE
"Build the project with gcov support"
OFF
)
if
(
BUILD_COVERAGE
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fprofile-arcs -ftest-coverage"
)
set
(
CMAKE_EXE_LINKER_FLAGS
"
${
CMAKE_EXE_LINKER_FLAGS
}
-lgcov"
)
endif
()
add_subdirectory
(
themes
)
add_subdirectory
(
sounds
)
add_subdirectory
(
doc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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