summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
blob: 59e37ff64f2acecba5e5479b2359ffd2ce934830 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = simpleanchorlayout

QT += widgets

SOURCES   = main.cpp

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

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