qt5base-lts/examples/widgets/widgets.pro
J-P Nurmi cb961007c5 Examples: move widgets specific "tools" examples to the correct place
examples/tools -> examples/widgets/tools

Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-28 00:56:34 +01:00

28 lines
664 B
Prolog

TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS = \
animation \
desktop \
dialogs \
draganddrop \
effects \
graphicsview \
itemviews \
layouts \
mainwindows \
painting \
richtext \
scroller \
statemachine \
tools \
tutorials \
widgets
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
# install
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets
INSTALLS += sources