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

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

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