2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-08-17 11:23:19 +00:00
|
|
|
CONFIG += no_docs_target
|
2011-04-27 17:16:41 +00:00
|
|
|
|
2012-08-17 11:23:19 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
animation \
|
|
|
|
desktop \
|
|
|
|
dialogs \
|
|
|
|
draganddrop \
|
|
|
|
effects \
|
|
|
|
graphicsview \
|
|
|
|
itemviews \
|
|
|
|
layouts \
|
|
|
|
mainwindows \
|
|
|
|
painting \
|
|
|
|
richtext \
|
|
|
|
scroller \
|
|
|
|
statemachine \
|
2012-08-24 16:22:44 +00:00
|
|
|
tutorials \
|
2012-08-17 11:23:19 +00:00
|
|
|
widgets
|
|
|
|
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
2012-08-17 11:23:19 +00:00
|
|
|
sources.files = README *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]
|
|
|
|
INSTALLS += sources
|