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

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