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
PIM
KMail Account Wizard
Commits
90d413d6
Commit
90d413d6
authored
Sep 10, 2019
by
Laurent Montel
😁
Browse files
GIT_SILENT: as discussed with david, activate flags only when we use git repo
parent
16f77281
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
90d413d6
...
...
@@ -92,7 +92,10 @@ find_package(KF5NewStuff ${KF5_MIN_VERSION} CONFIG REQUIRED)
set
(
SharedMimeInfo_MINIMUM_VERSION
"1.3"
)
find_package
(
SharedMimeInfo
${
SharedMimeInfo_MINIMUM_VERSION
}
REQUIRED
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
endif
()
# allow to disable GHNS support on resource-constrained systems
option
(
ACCOUNTWIZARD_NO_GHNS
"Disable GHNS support in the account wizard"
FALSE
)
...
...
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