Skip to content

Commit 40c98d7

Browse files
committed
Bump to Qt 6.8
We need to update Qt because we need to pull in an upstream fix [0] for dragging multiple files with "text/uri-list" in QML. Fixes #8 [0] https://codereview.qt-project.org/c/qt/qtdeclarative/+/579204
1 parent 8e2adea commit 40c98d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
99
set(CMAKE_CXX_EXTENSIONS OFF)
1010

1111
list(APPEND QT_MODULES Core Qml Quick QuickControls2 DBus Svg)
12-
find_package(Qt6 6.7 COMPONENTS ${QT_MODULES} REQUIRED)
12+
find_package(Qt6 6.8 COMPONENTS ${QT_MODULES} REQUIRED)
1313
qt_standard_project_setup()
1414
list(TRANSFORM QT_MODULES PREPEND "Qt6::")
1515

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)