mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Qt6: fix Qt5 builds [2]
This commit is contained in:
parent
45d2dc13d4
commit
f1cb266f70
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if (WITH_SCANNER)
|
|||
MultimediaWidgets)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS ${QT_COMPONENTS} SvgWidgets)
|
||||
find_package(Qt6 COMPONENTS ${QT_COMPONENTS} SvgWidgets)
|
||||
if (NOT Qt6_FOUND)
|
||||
find_package(Qt5 5.15 REQUIRED COMPONENTS ${QT_COMPONENTS})
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue