mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:26:17 +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)
|
set(SUBSURFACE_TARGET subsurface)
|
||||||
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
||||||
set(SUBSURFACE_TARGET subsurface-mobile)
|
set(SUBSURFACE_TARGET subsurface-mobile)
|
||||||
list(APPEND QT_EXTRA_COMPONENTS QtQuick)
|
list(APPEND QT_EXTRA_COMPONENTS Quick)
|
||||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::QtQuick)
|
list(APPEND QT_EXTRA_LIBRARIES Qt5::Quick)
|
||||||
add_definitions(-DSUBSURFACE_MOBILE)
|
add_definitions(-DSUBSURFACE_MOBILE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue