2012-02-20 00:34:44 +00:00
|
|
|
TEMPLATE = subdirs
|
2013-08-12 15:53:40 +00:00
|
|
|
SUBDIRS = quick-accessibility \
|
2012-02-28 01:33:51 +00:00
|
|
|
animation \
|
2012-03-08 00:50:11 +00:00
|
|
|
draganddrop \
|
2013-08-26 23:15:23 +00:00
|
|
|
externaldraganddrop \
|
2012-08-07 07:37:20 +00:00
|
|
|
canvas \
|
|
|
|
imageelements \
|
|
|
|
keyinteraction \
|
2016-02-18 12:28:59 +00:00
|
|
|
layouts \
|
2012-11-29 15:02:34 +00:00
|
|
|
localstorage \
|
2012-08-10 06:51:01 +00:00
|
|
|
models \
|
|
|
|
views \
|
2012-08-07 07:37:20 +00:00
|
|
|
mousearea \
|
|
|
|
positioners \
|
|
|
|
righttoleft \
|
2012-07-30 09:09:23 +00:00
|
|
|
scenegraph \
|
2012-08-07 07:37:20 +00:00
|
|
|
shadereffects \
|
|
|
|
text \
|
2016-04-21 14:51:53 +00:00
|
|
|
textureprovider \
|
2012-08-07 07:37:20 +00:00
|
|
|
threading \
|
2012-08-09 01:24:20 +00:00
|
|
|
touchinteraction \
|
2012-11-29 15:02:34 +00:00
|
|
|
tutorials \
|
|
|
|
customitems \
|
2012-08-10 06:51:01 +00:00
|
|
|
imageprovider \
|
2015-03-13 16:29:57 +00:00
|
|
|
imageresponseprovider \
|
2012-11-29 15:02:34 +00:00
|
|
|
window \
|
|
|
|
particles \
|
2016-04-25 10:09:08 +00:00
|
|
|
demos
|
|
|
|
|
|
|
|
#OpenGL Support Required
|
|
|
|
contains(QT_CONFIG, opengl(es1|es2)?) {
|
|
|
|
SUBDIRS += rendercontrol
|
|
|
|
}
|
2012-11-22 10:33:28 +00:00
|
|
|
|
2013-01-10 13:06:52 +00:00
|
|
|
# Widget dependent examples
|
|
|
|
qtHaveModule(widgets) {
|
2014-04-29 00:36:27 +00:00
|
|
|
SUBDIRS += embeddedinwidgets
|
|
|
|
qtHaveModule(quickwidgets): SUBDIRS += quickwidgets
|
2013-01-10 13:06:52 +00:00
|
|
|
}
|
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
EXAMPLE_FILES = \
|
|
|
|
shared
|