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
Palapeli
Commits
4c7acd5e
Commit
4c7acd5e
authored
Nov 04, 2019
by
Laurent Montel
😁
Browse files
GIT_SILENT: use flag only in source from git repo
parent
3ccfb741
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4c7acd5e
...
...
@@ -39,7 +39,9 @@ include(ECMQtDeclareLoggingCategory)
add_definitions
(
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/libpala
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000
)
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000
)
endif
()
add_subdirectory
(
libpala
)
add_subdirectory
(
slicers
)
add_subdirectory
(
pics
)
...
...
Write
Preview
Markdown
is supported
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