From f640809d2574a19ff8ba97a0922669765e201367 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Wed, 27 Jul 2016 23:17:21 +0300 Subject: [PATCH] macdeployqt app bundle crash fixed. --- monero-core.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero-core.pro b/monero-core.pro index 668cecdb..b0d72c7e 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -163,7 +163,7 @@ QML_IMPORT_PATH = # Default rules for deployment. include(deployment.pri) macx { - deploy.commands += macdeployqt $$sprintf("%1/%2/%3.app", $$OUT_PWD, $$DESTDIR, $$TARGET) + deploy.commands += macdeployqt $$sprintf("%1/%2/%3.app", $$OUT_PWD, $$DESTDIR, $$TARGET) -qmldir=$$PWD } win32 {