diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 6006a19..f15bb6d 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -1,6 +1,6 @@ project("Vixen Editor") -find_package(Qt6 REQUIRED COMPONENTS Core Qml Widgets Quick) +find_package(Qt6 6.3 REQUIRED COMPONENTS Core Qml Widgets Quick) qt_standard_project_setup() qt_policy(SET QTP0001 NEW)