summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/anchorlayout/anchorlayout.pro
diff options
context:
space:
mode:
authorJesus Sanchez-Palencia <jesus.palencia@openbossa.org>2009-05-28 21:22:27 (GMT)
committerEduardo M. Fleury <eduardo.fleury@openbossa.org>2009-07-22 18:04:02 (GMT)
commitd61d477d2487bdc5c1fc854106a82450b613673f (patch)
tree9349011bced5e2e02d80c710f78d32ef04c83299 /examples/graphicsview/anchorlayout/anchorlayout.pro
parent2f002ef720412dc834daac46843d1439dc49680f (diff)
downloadQt-d61d477d2487bdc5c1fc854106a82450b613673f.zip
Qt-d61d477d2487bdc5c1fc854106a82450b613673f.tar.gz
Qt-d61d477d2487bdc5c1fc854106a82450b613673f.tar.bz2
QGraphicsAnchorLayout: Adding an usage example
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Diffstat (limited to 'examples/graphicsview/anchorlayout/anchorlayout.pro')
-rw-r--r--examples/graphicsview/anchorlayout/anchorlayout.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/graphicsview/anchorlayout/anchorlayout.pro b/examples/graphicsview/anchorlayout/anchorlayout.pro
new file mode 100644
index 0000000..c969c8b
--- /dev/null
+++ b/examples/graphicsview/anchorlayout/anchorlayout.pro
@@ -0,0 +1,14 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Tue May 12 15:22:25 2009
+######################################################################
+
+# Input
+SOURCES += main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
+sources.files = $$SOURCES $$HEADERS $$RESOURCES anchorlayout.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
+INSTALLS += target sources
+
+TARGET = anchorlayout_example