QML UI: we now depend on QuckControls2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4113bab17b
commit
3a003f4c10
@ -157,7 +157,9 @@ elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
||||
set(SUBSURFACE_TARGET subsurface-mobile)
|
||||
endif()
|
||||
list(APPEND QT_EXTRA_COMPONENTS Quick)
|
||||
list(APPEND QT_EXTRA_COMPONENTS QuickControls2)
|
||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::Quick)
|
||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::QuickControls2)
|
||||
add_definitions(-DSUBSURFACE_MOBILE)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user