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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/simpleanchorlayout
INSTALLS += target

TARGET = simpleanchorlayout
QT += widgets

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