aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/main.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-01-02 13:12:49 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-01-06 11:19:17 +0100
commit5e8314f472df4647d1d850e4cacef7e5c9162b1a (patch)
treeb836375bee1c512edfd152473212b0c05e0546df /examples/quick/shapes/main.cpp
parentdfe316ad0bacca691d14c7ddcb0d109b66c45923 (diff)
Move Qt Quick Shapes example
Usually, we have separate top-level example directories for different modules, but since Qt Quick Shapes only had a single example, it was categorized under examples/quick. We now plan to add more, so to prepare for that, this sets up the normal structure with an examples/quickshapes directory. Pick-to: 6.7 Change-Id: I50016358b674c18bb2930459d4e0111862ddcedb Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'examples/quick/shapes/main.cpp')
-rw-r--r--examples/quick/shapes/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/quick/shapes/main.cpp b/examples/quick/shapes/main.cpp
deleted file mode 100644
index 1679876d37..0000000000
--- a/examples/quick/shapes/main.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-// Copyright (C) 2021 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-#include "../shared/shared.h"
-DECLARATIVE_EXAMPLE_MAIN(shapes/main)