summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-05-05 16:35:01 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-15 13:44:17 +0000
commit179cd0085ef6bfa5b0b7953129a3010c602db593 (patch)
tree5843610856c43613d182e22af52ef0a3a2e2ddd4 /examples/qt3d/qt3d.pro
parent665ae790a807072867e992493711f41488e96544 (diff)
Moved assimp example to manual test
tests.pro edited to add the new folder along with a .pro and .pri in the manual folder. Part of an examples cleanup Change-Id: I20b555f6d131b423e1f8986071bb4b62d8fac0ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index e5aff7a54..afaeda6d3 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -4,7 +4,6 @@ SUBDIRS += \
simple-qml \
simple-cpp \
gltf \
- assimp \
multiviewport \
cylinder-qml \
cylinder-cpp \
@@ -45,7 +44,6 @@ SUBDIRS += \
compute-particles \
component-changes
-
qtHaveModule(multimedia): SUBDIRS += audio-visualizer-qml
# qmake seems to break in some CI configurations, disable this for now
@@ -53,5 +51,6 @@ qtHaveModule(multimedia): SUBDIRS += audio-visualizer-qml
# TODO Port the old examples to new APIs
#SUBDIRS += qt3d
+
qtHaveModule(widgets): SUBDIRS += assimp-cpp \
basicshapes-cpp