cb961007c5
examples/tools -> examples/widgets/tools Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107 Reviewed-by: hjk <qthjk@ovi.com>
28 lines
664 B
Prolog
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
|