We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
QT_NO_QPAIR
1 parent 0bfb825 commit b64c7dcCopy full SHA for b64c7dc
1 file changed
gui/CMakeLists.txt
@@ -80,10 +80,10 @@ CheckOptions:
80
target_compile_options_safe(cppcheck-gui -Wno-ctad-maybe-unsupported)
81
endif()
82
83
- if(QT_VERSION VERSION_GREATER_EQUAL "6.9.1")
+ if(QT_VERSION VERSION_GREATER_EQUAL "6.9.2")
84
# QBrush fails to compile before 6.9.0 - see https://bugreports.qt.io/browse/QTBUG-134038
85
- # QtCharts/qxyseries.h fails to compile in 6.9.0 - see https://bugreports.qt.io/browse/QTBUG-135637
86
- target_compile_definitions(cppcheck-gui PRIVATE -DQT_NO_QPAIR)
+ # QtCharts/qxyseries.h fails to compile in 6.9.0 and 6.9.1 - see https://bugreports.qt.io/browse/QTBUG-135637
+ #target_compile_definitions(cppcheck-gui PRIVATE -DQT_NO_QPAIR)
87
88
target_compile_definitions(cppcheck-gui PRIVATE -DQT_NO_FOREACH)
89
0 commit comments