--- qtbase/src/angle/src/compiler/preprocessor/preprocessor.pro 2014-02-01 22:37:36.000000000 -0500 +++ qtbase/src/angle/src/compiler/preprocessor/preprocessor.pro 2014-02-18 18:11:00.472660600 -0500 @@ -4,6 +4,10 @@ include(../../config.pri) +contains(QT_CONFIG, static) { + load(qt_installs) +} + INCLUDEPATH = $$ANGLE_DIR/src/compiler/preprocessor DEFINES += _SECURE_SCL=0 --- qtbase/src/angle/src/compiler/translator_common.pro 2014-02-01 22:37:36.000000000 -0500 +++ qtbase/src/angle/src/compiler/translator_common.pro 2014-02-18 18:08:51.596661200 -0500 @@ -4,6 +4,10 @@ include(../config.pri) +contains(QT_CONFIG, static) { + load(qt_installs) +} + # Mingw 4.7 chokes on implicit move semantics, so disable C++11 here win32-g++*: CONFIG -= c++11 --- qtbase/src/angle/src/compiler/translator_hlsl.pro 2014-02-01 22:37:36.000000000 -0500 +++ qtbase/src/angle/src/compiler/translator_hlsl.pro 2014-02-18 18:09:54.651312600 -0500 @@ -4,6 +4,10 @@ include(../config.pri) +contains(QT_CONFIG, static) { + load(qt_installs) +} + # Mingw 4.7 chokes on implicit move semantics, so disable C++11 here win32-g++*: CONFIG -= c++11