Skip to content

Commit 79293e9

Browse files
committed
GUI: Drop c++ standard to c++20
Qmake on macos-14 CI runner selects c++2c (c++26) which is then unavailable
1 parent a267ce6 commit 79293e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/QT/uv-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {
2222
QT += opengl openglwidgets
2323
}
2424

25-
CONFIG += c++latest
25+
CONFIG += c++2a
2626
CONFIG += silent
2727

2828
LIBS += -pthread

0 commit comments

Comments
 (0)