f67d23d4fc
All of these are very QWidget centric. They cannot properly refer to the sources without being part of the widget module. This fixes around 300 qdoc errors. Change-Id: I5a7c2dbc10f7913f7b088d6a0ac81323b3c287ac Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
26 lines
638 B
Prolog
26 lines
638 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
statemachine \
|
|
tutorials \
|
|
widgets
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
|
|
# install
|
|
sources.files = README *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += sources |