mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: fix QtQuick component designator
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
607a601559
commit
ec48e9ce5a
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
|||
set(SUBSURFACE_TARGET subsurface)
|
||||
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
||||
set(SUBSURFACE_TARGET subsurface-mobile)
|
||||
list(APPEND QT_EXTRA_COMPONENTS QtQuick)
|
||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::QtQuick)
|
||||
list(APPEND QT_EXTRA_COMPONENTS Quick)
|
||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::Quick)
|
||||
add_definitions(-DSUBSURFACE_MOBILE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue