summaryrefslogtreecommitdiffstats
path: root/examples/layouts/flowlayout/flowlayout.pro
blob: ece314f9ced8dc40a64823049ee46af1df8bb1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS     = flowlayout.h \
              window.h
SOURCES     = flowlayout.cpp \
              main.cpp \
              window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/layouts/flowlayout
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/layouts/flowlayout
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)