diff --git a/ui/StatusQ/sandbox/sandbox.pro b/ui/StatusQ/sandbox/sandbox.pro index fe3c5d7df1..43f7876e3d 100644 --- a/ui/StatusQ/sandbox/sandbox.pro +++ b/ui/StatusQ/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