Browse Source

Fix OS X packaging

Remove erroneous Prefix entry from the Mac qt.conf, change translation
install location.
adaptive-webui-19844
David Christenson 10 years ago
parent
commit
1506999968
No known key found for this signature in database
GPG Key ID: D49807DA9095FC64
  1. 2
      macxconf.pri
  2. 1
      src/mac/qt.conf

2
macxconf.pri

@ -21,7 +21,7 @@ qt_conf.path = Contents/Resources @@ -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 \

1
src/mac/qt.conf

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
[Paths]
Prefix = MacOS
Translations = translations
Plugins = PlugIns

Loading…
Cancel
Save