From 3242a8ee12b8e3775c2d6f1637777454ce10d969 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Wed, 26 Dec 2018 20:00:54 +0000 Subject: [PATCH] disable code which is using resources not in DFSG tarball MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Forwarded: not-needed Last-Update: 2018-02-27 Reviewed-By: Lisandro Damián Nicanor Pérez Meyer Gbp-Pq: Name nonfree_resources.diff --- examples/qt3d/qt3d.pro | 2 -- tests/tests.pro | 1 - 2 files changed, 3 deletions(-) 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. -- 2.30.2