mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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.
|
# move it somewhere else (another file) and include it.
|
||||||
if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
||||||
set(SUBSURFACE_TARGET subsurface)
|
set(SUBSURFACE_TARGET subsurface)
|
||||||
elseif(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")
|
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 QtQuick)
|
||||||
list(APPEND QT_EXTRA_LIBRARIES Qt5::QtQuick)
|
list(APPEND QT_EXTRA_LIBRARIES Qt5::QtQuick)
|
||||||
|
|
Loading…
Add table
Reference in a new issue