Qt 5.2.1 - now with added native OS X toolbar!

To quote

	62feb088a3:dist/changes-5.2.1

"****************************************************************************
*                      Platform Specific Changes
*
****************************************************************************

	...

OS X
----

 - [QTBUG-34411] Implemented QMainWindow::setUnifiedTitleAndToolBarOnMac."

Also get rid of a commented-out setting of QT_VERSION to 5.1.1 while
we're at it.

Change-Id: I957fdfecb70954723cfd3160f40758f722dc56c8
Reviewed-on: https://code.wireshark.org/review/136
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-02-06 18:46:05 -08:00
parent ff85833235
commit a7b1567247
1 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,7 @@ PKG_CONFIG_VERSION=0.28
#
# If you don't want to build with GTK+ at all, comment out both lines.
#
#QT_VERSION=5.1.1
QT_VERSION=5.2.0
QT_VERSION=5.2.1
GTK_VERSION=2.24.17
#GTK_VERSION=3.5.2
if [ "$GTK_VERSION" ]; then