Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.30)
project(kima2 VERSION 1.9.1)

View file

@ -14,6 +14,7 @@ find_package(Qt6 COMPONENTS Widgets Network PrintSupport CONFIG REQUIRED)
# For SingleApplication:
#find_package(Qt5Network CONFIG REQUIRED)
set(QT_DEFAULT_MAJOR_VERSION 6 CACHE STRING "Qt version to use, defaults to 6")
set(QAPPLICATION_CLASS QApplication)
add_compile_definitions(QAPPLICATION_CLASS=${QAPPLICATION_CLASS})