summaryrefslogtreecommitdiffstats
path: root/examples/layouts/layouts.pro
blob: f1940c1421a878a182d5e9fc19acaa43a92b48af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = subdirs
SUBDIRS       = basiclayouts \
                borderlayout \
                dynamiclayouts \
                flowlayout

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

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example