Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-06-06 20:53:48 +0300
committerMichael Schuster <michael@schuster.ms>2020-06-07 15:39:42 +0300
commite6389959ce2d94525cedcb093a37f11c0e524cb0 (patch)
treeca0457186951b3084cb3c6dea482996097c74c8e /src/cmd
parenta45c2e04e5853f644d77005119d178c54bc340bf (diff)
macOS: Build nextcloudcmd after gui and run macdeployqt with the -executable option
- src/CMakeLists.txt: Switch build order to build cmd before gui - src/gui/CMakeLists.txt: Use the -executable option for a combined run of macdeployqt Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt
index e0655d0c1..abb36205f 100644
--- a/src/cmd/CMakeLists.txt
+++ b/src/cmd/CMakeLists.txt
@@ -32,6 +32,7 @@ if(NOT BUILD_LIBRARIES_ONLY)
target_include_directories(${cmd_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/src/3rdparty/qtokenizer)
endif()
+# OSX: Copy nextcloudcmd to app bundle, src/gui will run macdeployqt
if(BUILD_OWNCLOUD_OSX_BUNDLE)
add_custom_command(TARGET ${cmd_NAME} POST_BUILD
COMMAND "cp"