mirror of https://github.com/qt/qt3d.git
Moved transparency-qml-scene3d example to manual test
Part of an examples cleanup Change-Id: Iaa7fd720fd4f16e15186d529cde32991e50a559d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
parent
f9565161e3
commit
ada62a79b3
|
|
@ -13,7 +13,6 @@ SUBDIRS += \
|
|||
controls \
|
||||
anaglyph-rendering \
|
||||
planets-qml \
|
||||
transparency-qml-scene3d \
|
||||
instanced-arrays-qml \
|
||||
lights \
|
||||
compute-particles
|
||||
|
|
|
|||
|
|
@ -27,4 +27,5 @@ SUBDIRS += \
|
|||
skybox \
|
||||
tessellation-modes \
|
||||
transforms-qml \
|
||||
transparency-qml
|
||||
transparency-qml \
|
||||
transparency-qml-scene3d
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
!include( ../examples.pri ) {
|
||||
error( "Couldn't find the examples.pri file!" )
|
||||
!include( ../manual.pri ) {
|
||||
error( "Couldn't find the manual.pri file!" )
|
||||
}
|
||||
|
||||
QT += qml quick 3dcore 3drender 3dinput 3dquick
|
||||
Loading…
Reference in New Issue