summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/flowlayout/flowlayout.pro
blob: ec5ef17a0e13eacbae7eabcddeafbcd002b0f799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
INSTALLS += target

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