1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 01:06:35 -04:00

Merge pull request #1556 from srcejon/reenable_3dmap

Reenable 3D Map
This commit is contained in:
Edouard Griffiths 2023-01-05 19:22:53 +01:00 committed by GitHub
commit 5bfd42ab80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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