Skip to content

Commit b64c7dc

Browse files
committed
gui/CMakeLists.txt: disabled QT_NO_QPAIR for now
1 parent 0bfb825 commit b64c7dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gui/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ CheckOptions:
8080
target_compile_options_safe(cppcheck-gui -Wno-ctad-maybe-unsupported)
8181
endif()
8282
endif()
83-
if(QT_VERSION VERSION_GREATER_EQUAL "6.9.1")
83+
if(QT_VERSION VERSION_GREATER_EQUAL "6.9.2")
8484
# 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)
85+
# QtCharts/qxyseries.h fails to compile in 6.9.0 and 6.9.1 - see https://bugreports.qt.io/browse/QTBUG-135637
86+
#target_compile_definitions(cppcheck-gui PRIVATE -DQT_NO_QPAIR)
8787
endif()
8888
target_compile_definitions(cppcheck-gui PRIVATE -DQT_NO_FOREACH)
8989

0 commit comments

Comments
 (0)