summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets.pro
blob: cbfba273ed83413079787ab9ab0ab004918bc7ae (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 = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
INSTALLS += sources