From 7d2698fc418f239bf1ce35a27230796cedaab1ce Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@qt.io>
Date: Wed, 27 Oct 2021 16:19:11 +0200
Subject: [PATCH] Add flag for Qt 6 project

---
 playground/AuroraCluster/auroraCluster.qmlproject | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/playground/AuroraCluster/auroraCluster.qmlproject b/playground/AuroraCluster/auroraCluster.qmlproject
index 82ac6fb3..cefb8594 100644
--- a/playground/AuroraCluster/auroraCluster.qmlproject
+++ b/playground/AuroraCluster/auroraCluster.qmlproject
@@ -37,6 +37,8 @@ Project {
         QT_AUTO_SCREEN_SCALE_FACTOR: "0.5"
     }
 
+     qt6Project: true
+
     /* List of plugin directories passed to QML runtime */
     importPaths: [ "imports", "backend" ]
 
-- 
GitLab