qt5base-lts/tests/auto/widgets/styles/styles.pro
Bradley T. Hughes a2ece6e626 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>
2011-11-14 23:42:17 +01:00

15 lines
323 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
# disabled in src/widgets/styles/styles.pri, so disable the test as well
# qmacstyle \
qstyle \
qstyleoption \
qstylesheetstyle \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qstylesheetstyle \
# This test can only be run on Mac OS:
!mac:SUBDIRS -= \
qmacstyle \