qskinny/examples/examples.pro
Uwe Rathmann 54b55c0324 default graphic pipeline without native OpenGL calls.
code is QRHI compiant now
2022-06-02 16:02:42 +02:00

31 lines
416 B
Prolog

TEMPLATE = subdirs
# c++
SUBDIRS += \
desktop \
gallery \
layouts \
listbox \
messagebox \
mycontrols \
thumbnails \
tabview \
iotdashboard
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
# qml
SUBDIRS += \
boxes \
buttons \
frames \
glabels \
messageboxQml