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

QT += widgets

SOURCES   = main.cpp

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