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
PIM
libkdepim
Commits
3eedba1c
Commit
3eedba1c
authored
May 15, 2019
by
Laurent Montel
Browse files
It was fixed in 5.13.0beta2
parent
08ade1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3eedba1c
...
...
@@ -63,12 +63,7 @@ configure_file(config-akonadi-search.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/config
find_package
(
KF5DesignerPlugin
${
KF5_MIN_VERSION
}
CONFIG
)
set_package_properties
(
KF5DesignerPlugin PROPERTIES DESCRIPTION
"KF5 designer plugin"
TYPE OPTIONAL
)
# workaround for https://bugreports.qt.io/browse/QTBUG-74665 (bug in qt5.13 reevaluate it)
if
(
${
Qt5Widgets_VERSION
}
STREQUAL
"5.13.0"
)
MESSAGE
(
STATUS
"Qt version:
${
Qt5Widgets_VERSION
}
DISABLE compile without deprecated methods. bug QTBUG-74665"
)
else
()
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
endif
()
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000
)
add_definitions
(
-DQT_NO_FOREACH
)
set
(
CMAKE_CXX_STANDARD 14
)
########### CMake Config Files ###########
...
...
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