mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
3fa2a6a533
commit
cdd3adc61b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue