disable code which is using resources not in DFSG tarball
authorDmitry Shachnev <mitya57@debian.org>
Wed, 26 Dec 2018 20:00:54 +0000 (20:00 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 26 Dec 2018 20:00:54 +0000 (20:00 +0000)
Forwarded: not-needed
Last-Update: 2018-02-27
Reviewed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Gbp-Pq: Name nonfree_resources.diff

examples/qt3d/qt3d.pro
tests/tests.pro

index 776f52ced5ae12d8924f7dc1e2154597c4c96e46..56b9f6c0027f37903c15d7694c1e917b4956fd25 100644 (file)
@@ -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
index 157bdcea5477dec39740da17d817fae4fb5522b1..1ba93f21cacc6eb8735c530412cf9d2590e9cf20 100644 (file)
@@ -4,7 +4,6 @@ QT_FOR_CONFIG += 3dcore
 
 !package {
     SUBDIRS += auto
-    qtConfig(qt3d-extras): SUBDIRS += manual
 }
 
 # Benchmarks make sense in release mode only.