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
ae76f65b
Commit
ae76f65b
authored
Sep 17, 2018
by
Laurent Montel
😁
Browse files
USe KDEFrameworkCompilerSettings
parent
c8be8d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ae76f65b
...
...
@@ -23,7 +23,7 @@ include(ECMGeneratePriFile)
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
include
(
KDE
Framework
CompilerSettings NO_POLICY_SCOPE
)
include
(
ECMAddAppIcon
)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMCoverageOption
)
...
...
@@ -91,11 +91,6 @@ find_package(KF5NewStuff ${KF5_VERSION} CONFIG REQUIRED)
set
(
SharedMimeInfo_MINIMUM_VERSION
"1.3"
)
find_package
(
SharedMimeInfo
${
SharedMimeInfo_MINIMUM_VERSION
}
REQUIRED
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
add_definitions
(
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
)
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
add_definitions
(
-DQT_USE_QSTRINGBUILDER
)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
# allow to disable GHNS support on resource-constrained systems
...
...
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