aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quickshapes/shapes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/quickshapes/shapes/main.cpp')
-rw-r--r--examples/quick/quickshapes/shapes/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/quickshapes/shapes/main.cpp b/examples/quick/quickshapes/shapes/main.cpp
new file mode 100644
index 0000000000..f8a895da83
--- /dev/null
+++ b/examples/quick/quickshapes/shapes/main.cpp
@@ -0,0 +1,4 @@
+// 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)