1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
TEMPLATE = subdirs
SUBDIRS += \
assimp \
bigscene-cpp \
bigmodel-qml \
bigscene-instanced-qml \
clip-planes-qml \
component-changes \
custom-mesh-cpp \
custom-mesh-qml \
cylinder-cpp \
cylinder-qml \
deferred-renderer-cpp \
deferred-renderer-qml \
dynamicscene-cpp \
enabled-qml \
gltf \
gooch-qml \
keyboardinput-qml \
loader-qml \
mouseinput-qml \
picking-qml \
plasma \
scene3d-loader \
simple-shaders-qml \
skybox \
tessellation-modes \
transforms-qml \
transparency-qml \
transparency-qml-scene3d \
multiplewindows-qml
qtHaveModule(widgets): SUBDIRS += assimp-cpp
|