summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
blob: 80cc3a1a24d8b789ac31783cf2f2ac2957a84499 (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: CONFIG += qt_example
maemo5: CONFIG += qt_example
simulator: warning(This example might not fully work on Simulator platform)