From 607a601559cbe22aed369c424ea17e5663745f48 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 16 Dec 2015 10:41:28 -0800 Subject: Cmake: fix another Mobile/Desktop confusion Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a47904b08..b2e3d6057 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3-70-g09d2