summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-16 12:15:20 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-16 12:15:20 +0200
commit69d517dbfa69903d8593cc1737f0474b21e3251e (patch)
tree80d2656304ac70f50f306d58a277d1ca2ce48d60 /.qmake.conf
parentaabb62e0a0e80a3efbcafda78e432b415b4cb386 (diff)
downloadqtwebkit-69d517dbfa69903d8593cc1737f0474b21e3251e.tar.gz
Cherry-pick hot-fix from upstream: Load qt_build_config in top-level .qmake.cache
to fix silent builds
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 78f46ce6a..1889acc25 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1 +1,2 @@
QMAKEPATH += $$PWD/Tools/qmake $$shadowed($$PWD/Tools/qmake)
+load(qt_build_config)