summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/anchorlayout/anchorlayout.pro
blob: b4a75653e04a2bc7f889031b58d5a716d32faad4 (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/anchorlayout
sources.files = $$SOURCES $$HEADERS $$RESOURCES anchorlayout.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/anchorlayout
INSTALLS += target sources

TARGET = anchorlayout

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example

simulator: warning(This example might not fully work on Simulator platform)