qskinny/examples/examples.pro
2021-04-26 08:38:10 +02:00

34 lines
489 B
Prolog

TEMPLATE = subdirs
# c++
SUBDIRS += \
desktop \
gallery \
layouts \
listbox \
messagebox \
mycontrols \
thumbnails \
tabview
lessThan(QT_MAJOR_VERSION, 6): SUBDIRS += iot-dashboard
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
# qml
SUBDIRS += \
boxes \
buttons \
colorswitch \
frames \
gbenchmark \
glabels \
messageboxQml