summaryrefslogtreecommitdiffstats
path: root/src/angle/src/common/common.pri
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-09-21 10:31:53 +0200
committerMaurice Kalinowski <maurice.kalinowski@qt.io>2016-09-22 09:36:30 +0000
commitb3aa173ec4ce13a2f6a363a7b8ba9c4c23a7feb7 (patch)
tree4f56466351383c0baae1316d3b35febf9eed140f /src/angle/src/common/common.pri
parent2ce8590e0cc0f9b1ceec98e5df1d6ccd2e804bd9 (diff)
Fix out of source builds
Change-Id: I13db11320598a884ed817b4ce6f7ffefae91452e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/angle/src/common/common.pri')
-rw-r--r--src/angle/src/common/common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri
index e9351b2c42..3da59c61e2 100644
--- a/src/angle/src/common/common.pri
+++ b/src/angle/src/common/common.pri
@@ -1,5 +1,5 @@
# static builds should still link ANGLE dynamically when dynamic GL is enabled
-include(../../../gui/qtgui-config.pri)
+include($$OUT_PWD/../../../gui/qtgui-config.pri)
static:qtConfig(dynamicgl) {
CONFIG -= static
CONFIG += shared