summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro')
-rw-r--r--tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro b/tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro
new file mode 100644
index 0000000000..1afba2747c
--- /dev/null
+++ b/tests/manual/qgraphicslayout/anchorlayout/anchorlayout.pro
@@ -0,0 +1,9 @@
+TARGET = anchorlayout
+
+QT += widgets
+
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/anchorlayout
+INSTALLS += target