summaryrefslogtreecommitdiffstats
path: root/tutorials/tutorials.pro
blob: 7855f3f1bf2fd14ba379eaf5f36de2038300e3d2 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
SUBDIRS += qt3d quick3d

# These tutorial directories contain code that is of instructive value only,
# and therefore it is not packaged for installation along with demos and
# examples, by default.

# To install these apps as part of learning Qt Quick 3D simply follow the
# technique used in the examples directories.