Don't generate documentation for classes which are not available

The Mac specific classes in QtWidgets are currently excluded and aren't
available for use in Qt 5.0.x. In Qt 5.1 they will be available via
QtMacExtras, when the widgets.pri is changed then this can be removed.

Change-Id: I04fbb5204cbd5658efaf24171c5f8dac10fbfd35
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Andy Shaw 2013-02-13 13:31:05 +01:00 committed by The Qt Project
parent 2fc5edffa4
commit dbbb4d1654

View File

@ -34,6 +34,15 @@ headerdirs += ..
sourcedirs += .. \
../../../examples/widgets/doc/src
excludefiles += ../widgets/qmacnativewidget_mac.h \
../widgets/qmaccocoaviewcontainer_mac.h \
../widgets/qcocoatoolbardelegate_mac_p.h \
../widgets/qcocoamenu_mac_p.h \
../widgets/qmaccocoaviewcontainer_mac.mm \
../widgets/qcocoatoolbardelegate_mac.mm \
../widgets/qmainwindowlayout_mac.mm \
../widgets/qmacnativewidget_mac.mm
exampledirs += ../../../examples/widgets \
../../../doc/src/snippets \
../ \