From 9b4cd227b0d46b8a26f7819502b368b6c77e81a0 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Fri, 1 Feb 2013 19:09:28 +0100 Subject: 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 --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') 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 /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 == -- cgit v1.2.3