kopia lustrzana https://github.com/f4exb/sdrangel
Fix Qt5 Android build
rodzic
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()
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue