Skip to content

Commit

Permalink
Reapply "Require Qt 6.7"
Browse files Browse the repository at this point in the history
This reverts commit 66ec05a.

Qt 6.7 is available in the nix unstable channel now.

See #6
  • Loading branch information
vimpostor committed Apr 14, 2024
1 parent 66ec05a commit f1e25df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6 COMPONENTS ${QT_MODULES} REQUIRED)
find_package(Qt6 6.7 COMPONENTS ${QT_MODULES} REQUIRED)
qt_standard_project_setup()
list(TRANSFORM QT_MODULES PREPEND "Qt6::")

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

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

0 comments on commit f1e25df

Please sign in to comment.