summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro
blob: 26f4c82ff39a72ce1c0456ae70d57d52898e8b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example
simulator: warning(This example might not fully work on Simulator platform)