From 6d40409314c5c2d8139be06affe81c5fd90f32fd Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Thu, 25 May 2023 18:14:30 +0200 Subject: [PATCH] :arrow_up: Upgraded to c++20 (wtf why wasn't that default) --- ThinkPink/ThinkPink.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThinkPink/ThinkPink.pro b/ThinkPink/ThinkPink.pro index 424af8b..bc88eca 100644 --- a/ThinkPink/ThinkPink.pro +++ b/ThinkPink/ThinkPink.pro @@ -2,7 +2,7 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -CONFIG += c++17 +CONFIG += c++20 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0