summaryrefslogtreecommitdiffstats
path: root/examples/layouts/layouts.pro
blob: 58bde873a47c5e92b98ff4bbe9ca77bbbcce0e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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