summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/qt3d.pro')
-rw-r--r--examples/qt3d/qt3d.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro
index 61b736691..5882ad38b 100644
--- a/examples/qt3d/qt3d.pro
+++ b/examples/qt3d/qt3d.pro
@@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
- exampleresources \
playground-qml \
simple-qml \
simple-cpp \
@@ -36,11 +35,3 @@ SUBDIRS += \
# TODO Port the old examples to new APIs
#SUBDIRS += qt3d
qtHaveModule(widgets): SUBDIRS += assimp-cpp
-
-# Make all other subdirs depend on exampleresources
-for(subdir, SUBDIRS) {
- !equals(subdir, exampleresources) {
- $${subdir}.depends += exampleresources
- }
-}
-