Compile on Mac OS X

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>
This commit is contained in:
Bradley T. Hughes 2011-11-07 12:44:20 +01:00 committed by Qt by Nokia
parent 4e014ace45
commit 62af6c3567

View 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)