From a2ece6e626dcafd87e2c57a436225bc9d68128eb Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 7 Nov 2011 12:49:08 +0100 Subject: Disable qmacstyle test on Mac OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/widgets/styles/styles.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/widgets/styles/styles.pri b/src/widgets/styles/styles.pri index dc7f622d73..cf7ee5a0a4 100644 --- a/src/widgets/styles/styles.pri +++ b/src/widgets/styles/styles.pri @@ -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{ -- cgit v1.2.3