mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake bqt6 build: Ignore missing Qt6MacExtras
This commit is contained in:
parent
efbc37926f
commit
9b03680ab5
@ -790,7 +790,11 @@ if(LYX_USE_QT MATCHES "QT6|QT5")
|
||||
if (${QtVal}Core_FOUND)
|
||||
find_package(${QtVal}Widgets CONFIG REQUIRED)
|
||||
if(APPLE)
|
||||
find_package(${QtVal}MacExtras CONFIG REQUIRED)
|
||||
if (LYX_USE_QT MATCHES "QT6")
|
||||
find_package(${QtVal}MacExtras CONFIG QUIET)
|
||||
else()
|
||||
find_package(${QtVal}MacExtras CONFIG REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
find_package(${QtVal}X11Extras CONFIG QUIET)
|
||||
find_package(${QtVal}WinExtras CONFIG QUIET)
|
||||
|
Loading…
Reference in New Issue
Block a user