Skip to content

Commit 5c9fbda

Browse files
committed
Fix build with Xcode 16.3+
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent 4b8decb commit 5c9fbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project/QtCreator/qctools-lib/qctools-lib.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ QT = core network multimedia concurrent
22

33
TARGET = qctools
44
TEMPLATE = lib
5-
CONFIG += c++1z
5+
macx:CONFIG += c++20
6+
else:CONFIG += c++1z
67
CONFIG += staticlib
78

89

0 commit comments

Comments
 (0)