summaryrefslogtreecommitdiffstats
path: root/src/angle/angle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/angle.pro')
-rw-r--r--src/angle/angle.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/angle/angle.pro b/src/angle/angle.pro
index 83510698d3..a8040428d1 100644
--- a/src/angle/angle.pro
+++ b/src/angle/angle.pro
@@ -1,5 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += src
+angle_d3d11: SUBDIRS += d3dcompiler
# We do it this way instead of letting load(qt_module) handle it for two reasons:
# 1) qt_module_headers assumes the TARGET is the same as the include directory (eg: libGLESv2 != GLES2)