mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 15:51:47 -05:00
Fix Qt5 Android build
This commit is contained in:
parent
7ed543ec35
commit
2132ac8ed2
@ -91,7 +91,8 @@ if(NOT SERVER_MODE)
|
||||
set(TARGET_LIB ${TARGET_LIB} Qt::WebEngine Qt::WebEngineCore Qt::WebEngineWidgets)
|
||||
elseif(Qt${QT_DEFAULT_MAJOR_VERSION}WebEngineCore_FOUND)
|
||||
set(TARGET_LIB ${TARGET_LIB} Qt::SvgWidgets Qt::WebEngineCore Qt::WebEngineWidgets)
|
||||
else()
|
||||
elseif(Qt6_FOUND)
|
||||
# Not on Qt5 Android?
|
||||
set(TARGET_LIB ${TARGET_LIB} Qt::SvgWidgets)
|
||||
endif()
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user