From 841595729f46f8db2bbd2e915da9c8beaafcda18 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 4 Jun 2021 12:05:15 +0200 Subject: [PATCH] iot-dashboard -> iotdashboard --- examples/examples.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/examples.pro b/examples/examples.pro index 022524f8..0402f44c 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -11,7 +11,13 @@ SUBDIRS += \ thumbnails \ tabview -lessThan(QT_MAJOR_VERSION, 6): SUBDIRS += iot-dashboard +lessThan(QT_MAJOR_VERSION, 6) { + + # the shader for the drop shadows has not yet been migrated + # to work with Qt 6 + + SUBDIRS += iotdashboard +} qtHaveModule(svg) {