summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/flowlayout/flowlayout.pro
blob: 8a98c87032c96d04dce302f04280902f295dc1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets

QMAKE_PROJECT_NAME = flowlayout_graphicsview

HEADERS += flowlayout.h window.h
SOURCES += flowlayout.cpp main.cpp window.cpp

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

simulator: warning(This example might not fully work on Simulator platform)