summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/itemviews.pro
blob: 86b2a63d142ef53a011e936ba9c297cd7a27502c (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
27
TEMPLATE      = subdirs
SUBDIRS       = addressbook \
                basicsortfiltermodel \
                chart \
                coloreditorfactory \
                combowidgetmapper \
                customsortfiltermodel \
                dirview \
                editabletreemodel \
                fetchmore \
                frozencolumn \
                interview \
                pixelator \
                puzzle \
                simpledommodel \
                simpletreemodel \
                simplewidgetmapper \
                spinboxdelegate \
                spreadsheet \
                stardelegate

# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews
INSTALLS += sources

QT += widgets