summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 29d22a81385c952fb81ed4d7af2ab6c568921f8c (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
SUBDIRS = \
          listWidget \
          listModel \
          tableWidget \
          tableModel \
          treeWidget \
          treeModel \
          treeAdaptor \
          gridView \
          pathView \
          iconList \
          spreadsheet \


!contains(DEFINES, QT_NO_PRINTER) SUBDIRS += printing

exists($$QMAKE_INCDIR_QT/QtCore/qeasingcurve.h) {
    SUBDIRS += \
            chat
}

exists($$QMAKE_INCDIR_QT/QtCore/qpropertyanimation.h) {
    SUBDIRS += \
            photoAlbum
}