From c0095f690fe2a0b56a6c5d52e03a3b3130e9f6b6 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 14 Nov 2019 21:38:30 +0100 Subject: mobile/undo: compile undo commands and call undo command for deletion. First steps towards full undo on mobile. Signed-off-by: Berthold Stoeger Signed-off-by: Dirk Hohndel --- commands/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands') diff --git a/commands/CMakeLists.txt b/commands/CMakeLists.txt index dcf7f3892..6d6ee1d64 100644 --- a/commands/CMakeLists.txt +++ b/commands/CMakeLists.txt @@ -18,7 +18,7 @@ set(SUBSURFACE_GENERIC_COMMANDS_SRCS if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DesktopExecutable") add_library(subsurface_commands_desktop STATIC ${SUBSURFACE_GENERIC_COMMANDS_SRCS}) target_link_libraries(subsurface_commands_desktop ${QT_LIBRARIES}) -#elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") -# add_library(subsurface_commands_mobile STATIC ${SUBSURFACE_GENERIC_COMMANDS_SRCS}) -# target_link_libraries(subsurface_commands_mobile ${QT_LIBRARIES}) +elseif (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") + add_library(subsurface_commands_mobile STATIC ${SUBSURFACE_GENERIC_COMMANDS_SRCS}) + target_link_libraries(subsurface_commands_mobile ${QT_LIBRARIES}) endif() -- cgit v1.2.3-70-g09d2