summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-02-01 19:09:28 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-02-04 13:11:26 +0100
commit9b4cd227b0d46b8a26f7819502b368b6c77e81a0 (patch)
tree4c45f52387f123dc476ae2a1f569bcab4fd86e85 /README
parent44c7d709044db9e8aa93c5fa6e8d415fc4d0fb6e (diff)
added MacOS differences in README text
It is very important that the user copies the needed qt_menu.nib file into the installer. Change-Id: I85eea819ac8e0c4592a267750d5e2f70c8d01e6c Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 7fab18910..32b24b101 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ adjust the qmake.conf to have a real stand alone working installer (at the momen
Recommended configure options for windows:
configure.exe -opensource -release -static -no-multimedia -no-declarative -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -nomake examples -nomake demos
-Recommended configure options for Linux:
+Recommended configure options for Linux and MacOS:
configure -opensource -release -static -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos
== Create an Installer ==
@@ -47,6 +47,9 @@ in unix;
cd tests/test-installer
create-test-installer.sh
+ NOTE: Under MacOS you have to copy the dir $QTDIR/src/gui/mac/qt_menu.nib to <INSTALLER_APP_DIR>/Resources/qt_menu.nib.
+ for example: cp -r ../../qt4/src/gui/mac/qt_menu.nib ./test-installer-offline.app/Contents/Resources
+
This creates an installer "test-installer-offline"/"test-installer-online" and the components required by the com.nokia.testapp package(examples\testapp\packages\com.nokia.testapp) in the bin folder.
== Create an Archive ==