linux: Use Qt 6.4 to support Debian 12

This commit is contained in:
E. S
2025-05-04 01:18:17 +03:00
parent 91675de891
commit 0b4030dd9f
3 changed files with 13 additions and 9 deletions

View File

@@ -4,9 +4,9 @@ project(linux VERSION 0.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt6 6.5 REQUIRED COMPONENTS Quick Widgets Bluetooth DBus)
find_package(Qt6 6.4 REQUIRED COMPONENTS Quick Widgets Bluetooth DBus)
qt_standard_project_setup(REQUIRES 6.5)
qt_standard_project_setup(REQUIRES 6.4)
qt_add_executable(applinux
main.cpp