aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monero-core.pro2
1 files changed, 1 insertions, 1 deletions
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 {