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

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

TARGET = simpleanchorlayout
QT += widgets

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
simulator: warning(This example might not fully work on Simulator platform)