From 55901cf0a3472f1a2ff78a6b786b41b741b56ced Mon Sep 17 00:00:00 2001 From: Alexandra Betouni <31625338+alexandraB99@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:45:21 +0200 Subject: [PATCH] fix(build): broken MacOS build (#533) moved DESTDIR in sandbox.pro above copydata command as it was breaking the build process on MacOS --- sandbox/sandbox.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sandbox/sandbox.pro b/sandbox/sandbox.pro index fe3c5d7d..43f7876e 100644 --- a/sandbox/sandbox.pro +++ b/sandbox/sandbox.pro @@ -22,6 +22,7 @@ SOURCES += \ } TARGET = sandboxapp +DESTDIR = $$PWD/bin macx { CONFIG -= app_bundle @@ -60,8 +61,6 @@ ios { RESOURCES += qml.qrc \ $$PWD/../statusq.qrc -DESTDIR = $$PWD/bin - # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin