Skip to content

Commit

Permalink
Bump qt version in cmakelists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayabed committed May 12, 2023
1 parent 42d273d commit a9ce399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add_compile_definitions(
DEFAULT_ACCENT_BLUE=115
)

find_package(Qt6 6.4 COMPONENTS Quick Svg REQUIRED) # QTBUG-55199
find_package(Qt6 6.5 COMPONENTS Quick Svg REQUIRED) # QTBUG-55199

set(HIDAPI_WITH_LIBUSB FALSE)
set(BUILD_SHARED_LIBS FALSE)
Expand Down

0 comments on commit a9ce399

Please sign in to comment.