Skip to content

Commit

Permalink
Bump to Qt 6.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vimpostor committed Nov 10, 2024
1 parent 8e2adea commit 40c98d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

list(APPEND QT_MODULES Core Qml Quick QuickControls2 DBus Svg)
find_package(Qt6 6.7 COMPONENTS ${QT_MODULES} REQUIRED)
find_package(Qt6 6.8 COMPONENTS ${QT_MODULES} REQUIRED)
qt_standard_project_setup()
list(TRANSFORM QT_MODULES PREPEND "Qt6::")

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40c98d7

Please sign in to comment.