From 9136e5748b72e68613d7c3644a739dba36cdea34 Mon Sep 17 00:00:00 2001 From: Matthias Rauter Date: Tue, 30 May 2023 18:21:04 +0200 Subject: [PATCH] Remove superfluous project file from example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.5 6.6 Change-Id: I7599b18b29266c2b2d41437746bb2923588384d0 Reviewed-by: Jan Arve Sæther --- examples/quick/layouts/layouts.qmlproject | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 examples/quick/layouts/layouts.qmlproject 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: "." - } -}