summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2023-02-28 17:41:48 +0100
committerJan Arve Sæther <jan-arve.saether@qt.io>2023-03-02 05:55:57 +0100
commita84b2e5973ace6327ef38644e023e0f81fad21f4 (patch)
tree3b20a656c6716cf3887906a70145304a9f809d10 /examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
parentc6dbae9550e3819a3e1ade1bf06f5d9cb030d561 (diff)
Move Weather Anchor Layout example to manual tests
Pick-to: 6.5 Change-Id: I8782a83b5c12b4f57bf9ef9063818cb124bddd56 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro')
-rw-r--r--examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro b/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
deleted file mode 100644
index db1c453cb4..0000000000
--- a/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-QT += widgets
-
-SOURCES += main.cpp
-RESOURCES += weatheranchorlayout.qrc
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
-INSTALLS += target