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 \