1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-03 10:08:30 -04:00

Reenable 3D Map

This commit is contained in:
Jon Beniston 2023-01-04 16:59:09 +00:00
parent 0b476f6dd2
commit e987f15952

View File

@ -22,7 +22,6 @@ set(map_HEADERS
webserver.h
)
set(Qt${QT_DEFAULT_MAJOR_VERSION}WebEngine_FOUND FALSE)
if(Qt${QT_DEFAULT_MAJOR_VERSION}WebEngine_FOUND)
add_compile_definitions(QT_WEBENGINE_FOUND)
configure_file(mapguiwebengine.ui mapgui.ui)