Disable qmacstyle test on Mac OS X

The QMacStyle is not built as part of QtWidgets at the moment (see the
TODO in src/widgets/styles/styles.pri), so disable the test for now.

I've included a comment in styles.pri to re-enable the test once the
style is done.

Change-Id: Ia6ea130135586f107ba257bf2c6c2c7187a830b6
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
This commit is contained in:
Bradley T. Hughes 2011-11-07 12:49:08 +01:00 committed by Qt by Nokia
parent c5b528084e
commit a2ece6e626
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ contains( styles, all ) {
styles = mac windows windowsxp windowsvista
}
# TODO
# TODO, re-enable qmacstyle in tests/auto/widgets/styles/sytles.pro when done
styles -= mac
x11{

View File

@ -1,6 +1,7 @@
TEMPLATE=subdirs
SUBDIRS=\
qmacstyle \
# disabled in src/widgets/styles/styles.pri, so disable the test as well
# qmacstyle \
qstyle \
qstyleoption \
qstylesheetstyle \