qskinny/examples/examples.pro

33 lines
446 B
Prolog
Raw Normal View History

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