From 1ef8078b61683449db30765a1fdb197c9ab4f580 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 14 Jul 2022 14:03:03 +0200 Subject: [PATCH] wip --- examples/examples.pro | 10 +--------- playground/playground.pro | 1 + 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/examples/examples.pro b/examples/examples.pro index 76bb9b66..935bc124 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -8,19 +8,11 @@ SUBDIRS += \ listbox \ messagebox \ mycontrols \ + qvgviewer \ thumbnails \ tabview \ iotdashboard -qtHaveModule(svg) { - - # when checking in qvg files we could drop the svg dependency - - SUBDIRS += \ - automotive \ - qvgviewer -} - # qml SUBDIRS += \ boxes \ diff --git a/playground/playground.pro b/playground/playground.pro index 3f0b5271..cf3b76c5 100644 --- a/playground/playground.pro +++ b/playground/playground.pro @@ -2,6 +2,7 @@ TEMPLATE = subdirs SUBDIRS += \ anchors \ + dashboard \ dialogbuttons \ invoker \ inputpanel \