aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2023-05-30 18:21:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-08 17:31:41 +0000
commitf6e78848a57e1a548470b8717ebc13890bbbc639 (patch)
tree70c5bed0be5bb7636fb6a6fe8697aee7cf837742
parent939d8fd1ffed6f65851113a24e2630e173e8916c (diff)
Remove superfluous project file from example
Change-Id: I7599b18b29266c2b2d41437746bb2923588384d0 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit 9136e5748b72e68613d7c3644a739dba36cdea34) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/quick/layouts/layouts.qmlproject16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/quick/layouts/layouts.qmlproject b/examples/quick/layouts/layouts.qmlproject
deleted file mode 100644
index e5a8bf02ca..0000000000
--- a/examples/quick/layouts/layouts.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.1
-
-Project {
- mainFile: "main.qml"
-
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
-}