Skip to content

Commit

Permalink
feat: require minimum Qt6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Dec 6, 2024
1 parent 19751ff commit 78534a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .craft.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Packager/CacheVersion = ${GeneralSettings:Packager/CacheVersion}/squish
[linux-gcc-x86_64-squish-BlueprintSettings]
libs/dbus.ignored = False
libs/icu.ignored = False
libs/qt6.version = 6.6.2
libs/qt6.version = 6.7.3
libs/qt6/qtbase.withDBus = True

[Env]
Expand Down
28 changes: 0 additions & 28 deletions .craft.shelf
Original file line number Diff line number Diff line change
Expand Up @@ -123,33 +123,6 @@ version = 10.44
[libs/python]
version = 3.11.7

[libs/qt6/qtbase]
version = 6.8.0

[libs/qt6/qtdeclarative]
version = 6.8.0

[libs/qt6/qtimageformats]
version = 6.8.0

[libs/qt6/qtlanguageserver]
version = 6.8.0

[libs/qt6/qtscxml]
version = 6.8.0

[libs/qt6/qtshadertools]
version = 6.8.0

[libs/qt6/qtsvg]
version = 6.8.0

[libs/qt6/qttools]
version = 6.8.0

[libs/qt6/qttranslations]
version = 6.8.0

[libs/runtime]
version = 17

Expand Down Expand Up @@ -180,4 +153,3 @@ version = master

[qt-libs/qtkeychain]
version = 0.14.3

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(APPLE_SUPPRESS_X11_WARNING ON)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

find_package(QT 6.5 NAMES Qt6 COMPONENTS Core REQUIRED)
find_package(QT 6.7 NAMES Qt6 COMPONENTS Core REQUIRED)

find_package(Qt6 COMPONENTS Core Concurrent Network Widgets Xml Quick QuickWidgets QuickControls2 REQUIRED)
find_package(Qt6LinguistTools REQUIRED)
Expand Down

0 comments on commit 78534a3

Please sign in to comment.