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