Disable forced options to reduce graphics-related dependencies. --- a/cmake/modules/desktopapp_options.cmake +++ b/cmake/modules/desktopapp_options.cmake @@ -27,7 +27,6 @@ if (ENABLE_DESKTOP_APP) set(USE_LIBUV ON) # Used by the Qt Desktop App: Includes the library and turns on internal web and ftp server functionality in the SDK. set(ENABLE_LOG_PERFORMANCE ON) set(ENABLE_QT_BINDINGS ON) - set(ENABLE_ISOLATED_GFX ON) endif() include(sdklib_options)