Disable forced options to reduce graphics-related dependencies. --- a/cmake/modules/desktopapp_options.cmake +++ b/cmake/modules/desktopapp_options.cmake @@ -35,8 +35,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) - set(ENABLE_MEDIA_FILE_METADATA ON) endif() include(sdklib_options)