From: Dmitry Shachnev Date: Wed, 26 Dec 2018 20:00:54 +0000 (+0000) Subject: disable code which is using resources not in DFSG tarball X-Git-Tag: archive/raspbian/5.15.2+dfsg-2+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3242a8ee12b8e3775c2d6f1637777454ce10d969;p=qt3d-opensource-src.git disable code which is using resources not in DFSG tarball Forwarded: not-needed Last-Update: 2018-02-27 Reviewed-By: Lisandro Damián Nicanor Pérez Meyer Gbp-Pq: Name nonfree_resources.diff --- diff --git a/examples/qt3d/qt3d.pro b/examples/qt3d/qt3d.pro index 776f52c..56b9f6c 100644 --- a/examples/qt3d/qt3d.pro +++ b/examples/qt3d/qt3d.pro @@ -12,14 +12,12 @@ SUBDIRS += \ anaglyph-rendering \ planets-qml \ instanced-arrays-qml \ - lights \ compute-particles \ 3d-text \ qardboard \ advancedcustommaterial \ simplecustommaterial \ scene2d \ - phong-cubes \ pbr-materials qtHaveModule(multimedia): SUBDIRS += audio-visualizer-qml diff --git a/tests/tests.pro b/tests/tests.pro index 157bdce..1ba93f2 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -4,7 +4,6 @@ QT_FOR_CONFIG += 3dcore !package { SUBDIRS += auto - qtConfig(qt3d-extras): SUBDIRS += manual } # Benchmarks make sense in release mode only.