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:
parent
2fc5edffa4
commit
dbbb4d1654
@ -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 \
|
||||
../ \
|
||||
|
Loading…
Reference in New Issue
Block a user