mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Merge pull request #2073 from dforsi/fix/skymap
Fix build failure when Qt Location is not available
This commit is contained in:
commit
6b41a77e31
@ -13,7 +13,7 @@ else()
|
||||
endif()
|
||||
|
||||
# WebEngine on Qt5, WebEngineCore on Qt6
|
||||
if(ENABLE_FEATURE_SKYMAP AND Qt${QT_DEFAULT_MAJOR_VERSION}WebEngine_FOUND OR Qt${QT_DEFAULT_MAJOR_VERSION}WebEngineCore_FOUND)
|
||||
if(ENABLE_FEATURE_SKYMAP AND (Qt${QT_DEFAULT_MAJOR_VERSION}WebEngine_FOUND OR Qt${QT_DEFAULT_MAJOR_VERSION}WebEngineCore_FOUND) AND Qt${QT_DEFAULT_MAJOR_VERSION}Location_FOUND)
|
||||
add_subdirectory(skymap)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user