This commit is contained in:
Uwe Rathmann 2022-07-14 14:03:03 +02:00
parent 209fbaef97
commit 1ef8078b61
2 changed files with 2 additions and 9 deletions

View File

@ -8,19 +8,11 @@ SUBDIRS += \
listbox \ listbox \
messagebox \ messagebox \
mycontrols \ mycontrols \
qvgviewer \
thumbnails \ thumbnails \
tabview \ tabview \
iotdashboard iotdashboard
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
# qml # qml
SUBDIRS += \ SUBDIRS += \
boxes \ boxes \

View File

@ -2,6 +2,7 @@ TEMPLATE = subdirs
SUBDIRS += \ SUBDIRS += \
anchors \ anchors \
dashboard \
dialogbuttons \ dialogbuttons \
invoker \ invoker \
inputpanel \ inputpanel \