Add information about building Qt.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Oct 2013 16:48:04 +0000 (16:48 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Oct 2013 16:48:04 +0000 (16:48 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52769 f5534014-38df-0310-8fa8-9805f1628bb7

macosx-setup.sh

index 1dd3ae4ad55919737802e357024b750dd14ed82c..ce5b5792a93a2b4facbc3bff694105f51c371d48 100755 (executable)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+#
+# To set up Qt
+#
+# curl -O http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz
+#
+# Choose one of:
+# TARGET_PLATFORM=macx-clang
+# TARGET_PLATFORM=macx-clang-32
+#
+# Qt 5.1.x sets QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
+# in qtbase/mkspecs/$TARGET_PLATFORM/qmake.conf
+# We may need to adjust this manually in the future.
+#
+# The -no-c++11 flag is needed to work around
+# https://bugreports.qt-project.org/browse/QTBUG-30487
+#
+#./configure \
+#  -platform $TARGET_PLATFORM \
+#  -opensource -confirm-license \
+#  -no-c++11
+#
+# make
+
 #
 # To set up a GTK3 environment
 GTK3=1