mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: fix another Mobile/Desktop confusion
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
46ce0704ff
commit
607a601559
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ include_directories(.
|
|||
# move it somewhere else (another file) and include it.
|
||||
if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
||||
set(SUBSURFACE_TARGET subsurface)
|
||||
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
||||
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "MobileExecutable")
|
||||
set(SUBSURFACE_TARGET subsurface-mobile)
|
||||
list(APPEND QT_EXTRA_COMPONENTS QtQuick)
|
||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::QtQuick)
|
||||
|
|
Loading…
Reference in a new issue