From cdd3adc61b17c2cbced42b6753f141251f12152d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Nov 2020 15:19:40 -0800 Subject: [PATCH] build-system: add QQuickWidgets to mobile build Even though the mobile build doesn't have a UI for the statistics, yet, it already builds the base files. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0652fb5cc..470ecae0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,6 +192,7 @@ elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") set(SUBSURFACE_TARGET subsurface-mobile) endif() list(APPEND QT_EXTRA_COMPONENTS QuickControls2) + list(APPEND QT_EXTRA_COMPONENTS QuickWidgets) add_definitions(-DSUBSURFACE_MOBILE) # add definition to seperate mobile for devices and for desktop