From e76ed6a2655894bd671ee7397a15f2e57cfc8d33 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 14 Oct 2016 12:12:19 +0200 Subject: 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 Reviewed-by: Lars Knoll --- src/plugins/scenegraph/scenegraph.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins') 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 -- cgit v1.2.3