summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
blob: d3b74c43f873ecc4b000a88483066517d3542557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES   = main.cpp

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

TARGET = simpleanchorlayout
QT += widgets

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