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

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

TARGET = anchorlayout
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)