aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-10-14 12:12:19 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-10-17 23:09:03 +0000
commite76ed6a2655894bd671ee7397a15f2e57cfc8d33 (patch)
tree98f4caa569b69b89e5009c074467923988f70522 /src
parent05a446bd64a828111f4bc888112f68e049ac22bc (diff)
d3d12: Use qtConfig() in place of config_d3d12 for the plugin
This one last occurrence of config_d3d12 was apparently missed in the previous patches, leading to not compiling the plugin in fresh, clean builds at all. Change-Id: I696d902990b867cf7e6c79a41697e4524e6ee21b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/scenegraph/scenegraph.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/scenegraph.pro b/src/plugins/scenegraph/scenegraph.pro
index 2cf05165c4..a90e8d4814 100644
--- a/src/plugins/scenegraph/scenegraph.pro
+++ b/src/plugins/scenegraph/scenegraph.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-config_d3d12: SUBDIRS += d3d12
+QT_FOR_CONFIG += quick
+qtConfig(d3d12): SUBDIRS += d3d12