summaryrefslogtreecommitdiffstats
path: root/src/gui/mac/macresources.qrc
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2013-07-07 20:23:07 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-08 17:40:26 (GMT)
commit7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf (patch)
tree5179429387fb9aae22e33401bb2fc57c86615f2d /src/gui/mac/macresources.qrc
parentb12e459ea17f083b01ad0676ee552b96aff14b59 (diff)
downloadQt-7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.zip
Qt-7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.tar.gz
Qt-7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.tar.bz2
Fix Mac static builds so they get the qt_menu.nib from the resource file
Instead of loading the file from the bundle (if it existed) then we create the qt_menu.nib from the resources instead. This ensures that static builds no longer have to have the qt_menu.nib file manually copied to be in the Resources folder for every application. Change-Id: I7abb6fad6395d466e22e7a3b7ffb63b50ae82f65 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/gui/mac/macresources.qrc')
-rw-r--r--src/gui/mac/macresources.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/mac/macresources.qrc b/src/gui/mac/macresources.qrc
index 9696002..de50d39 100644
--- a/src/gui/mac/macresources.qrc
+++ b/src/gui/mac/macresources.qrc
@@ -9,4 +9,9 @@
<qresource prefix="/trolltech/mac/style">
<file>images/leopard-unified-toolbar-on.png</file>
</qresource>
+<qresource prefix="/trolltech/mac/">
+<file>qt_menu.nib/classes.nib</file>
+<file>qt_menu.nib/info.nib</file>
+<file>qt_menu.nib/keyedobjects.nib</file>
+</qresource>
</RCC>