a2ece6e626
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>
15 lines
323 B
Prolog
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 \
|