Compile on Mac OS X
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 7 Nov 2011 11:44:20 +0000 (12:44 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 15 Nov 2011 06:22:48 +0000 (07:22 +0100)
privateqt_mac_p.h lives in QtWidgets/private/qt_mac_p.h now instead of
QtGui/private/...

Change-Id: I77e57de5581829e78919b13b10f7a896879670a7
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/integrationtests/macgui/macgui.pro

index 9d77731..5632450 100644 (file)
@@ -8,7 +8,7 @@ INCLUDEPATH += .
 SOURCES += tst_macgui.cpp guitest.cpp
 HEADERS += guitest.h
 
-QT = core-private gui-private widgets testlib
+QT = core-private widgets-private testlib
 
 requires(mac)