qskinny/examples/examples.pro

32 lines
433 B
Prolog
Raw Normal View History

2017-07-21 18:21:34 +02:00
TEMPLATE = subdirs
# c++
SUBDIRS += \
desktop \
2020-08-11 17:56:53 +02:00
gallery \
2017-07-21 18:21:34 +02:00
layouts \
listbox \
messagebox \
2019-02-26 21:52:02 +01:00
mycontrols \
thumbnails \
tabview \
iotdashboard
2018-10-13 10:11:05 +02:00
qtHaveModule(svg) {
# when checking in qvg files we could drop the svg dependency
SUBDIRS += \
automotive \
qvgviewer
}
2017-07-21 18:21:34 +02:00
# qml
SUBDIRS += \
2017-10-20 07:42:53 +02:00
boxes \
2017-07-21 18:21:34 +02:00
buttons \
frames \
gbenchmark \
glabels \
2020-08-11 17:56:53 +02:00
messageboxQml