Skip to content

Commit

Permalink
add qt6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
WinteryFox committed Nov 4, 2023
1 parent 501f261 commit 064b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 064b497

Please sign in to comment.