summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui.pro2
-rw-r--r--src/src.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index 462f133ff8..d1d0041616 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -18,7 +18,7 @@ MODULE_PLUGIN_TYPES = \
egldeviceintegrations
# This is here only because the platform plugin is no module, obviously.
-win32:contains(QT_CONFIG, angle)|contains(QT_CONFIG, dynamicgl) {
+contains(QT_CONFIG, angle) {
MODULE_AUX_INCLUDES = \
\$\$QT_MODULE_INCLUDE_BASE/QtANGLE
}
diff --git a/src/src.pro b/src/src.pro
index ac336f316d..c4da871abe 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -163,7 +163,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent
SUBDIRS += src_3rdparty_harfbuzzng
src_gui.depends += src_3rdparty_harfbuzzng
}
- win32:contains(QT_CONFIG, angle)|contains(QT_CONFIG, dynamicgl) {
+ contains(QT_CONFIG, angle) {
SUBDIRS += src_angle
src_gui.depends += src_angle
}