qskinny/examples/examples.pro
2020-08-11 17:56:53 +02:00

32 lines
432 B
Prolog

TEMPLATE = subdirs
# c++
SUBDIRS += \
desktop \
gallery \
layouts \
listbox \
messagebox \
mycontrols \
thumbnails \
tabview
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