From 1506999968ac94368d7b86b500fabc7cedbcf205 Mon Sep 17 00:00:00 2001 From: David Christenson Date: Thu, 29 Jan 2015 15:57:08 -0700 Subject: [PATCH] Fix OS X packaging Remove erroneous Prefix entry from the Mac qt.conf, change translation install location. --- macxconf.pri | 2 +- src/mac/qt.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/macxconf.pri b/macxconf.pri index 4afd638c2..3f7bc6cae 100644 --- a/macxconf.pri +++ b/macxconf.pri @@ -21,7 +21,7 @@ qt_conf.path = Contents/Resources qt_conf.files = mac/qt.conf QMAKE_BUNDLE_DATA += qt_conf -qt_translations.path = Contents/MacOS/translations +qt_translations.path = Contents/translations qt_translations.files = qt-translations/qt_ar.qm \ qt-translations/qt_bg.qm \ qt-translations/qt_ca.qm \ diff --git a/src/mac/qt.conf b/src/mac/qt.conf index 47e7d450f..4c8277466 100644 --- a/src/mac/qt.conf +++ b/src/mac/qt.conf @@ -1,4 +1,3 @@ [Paths] - Prefix = MacOS Translations = translations Plugins = PlugIns