wip
This commit is contained in:
parent
209fbaef97
commit
1ef8078b61
|
@ -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 \
|
||||||
|
|
|
@ -2,6 +2,7 @@ TEMPLATE = subdirs
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
anchors \
|
anchors \
|
||||||
|
dashboard \
|
||||||
dialogbuttons \
|
dialogbuttons \
|
||||||
invoker \
|
invoker \
|
||||||
inputpanel \
|
inputpanel \
|
||||||
|
|
Loading…
Reference in New Issue