We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8decb commit 5c9fbdaCopy full SHA for 5c9fbda
Project/QtCreator/qctools-lib/qctools-lib.pro
@@ -2,7 +2,8 @@ QT = core network multimedia concurrent
2
3
TARGET = qctools
4
TEMPLATE = lib
5
-CONFIG += c++1z
+macx:CONFIG += c++20
6
+else:CONFIG += c++1z
7
CONFIG += staticlib
8
9
0 commit comments