qtdeclarative/examples/quick/quick.pro

43 lines
986 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = quick-accessibility \
animation \
draganddrop \
externaldraganddrop \
canvas \
imageelements \
keyinteraction \
layouts \
localstorage \
models \
views \
mousearea \
positioners \
righttoleft \
scenegraph \
shadereffects \
text \
textureprovider \
threading \
touchinteraction \
tutorials \
customitems \
imageprovider \
imageresponseprovider \
window \
particles \
demos
#OpenGL Support Required
contains(QT_CONFIG, opengl(es1|es2)?) {
SUBDIRS += rendercontrol
}
# Widget dependent examples
qtHaveModule(widgets) {
SUBDIRS += embeddedinwidgets
qtHaveModule(quickwidgets): SUBDIRS += quickwidgets
}
EXAMPLE_FILES = \
shared