blob: 7fd2d62154176834167ff5ee90341651da1146f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|