Another change of heart: I'll just use Qt

This commit is contained in:
SimoneN64
2024-09-22 15:18:47 +02:00
parent 0aa0c0b654
commit c6f3046e48
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(kaizen-qt)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets)