summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/flowlayout/flowlayout.pro
blob: 5f69a74d60c27ddc549f7a95210ba0fbda7ad258 (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]/qtbase/graphicsview/flowlayout
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/flowlayout
INSTALLS += target sources

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