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

QT += widgets

SOURCES   = main.cpp

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

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