summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-10-01 18:37:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 16:07:58 +0200
commita7da7f8ab00e6fe246ff8a02082305ea7f833fd3 (patch)
tree73d4929af888c2cd9ecf275fb8e6e32cca86dd6e /shared
parent4a324d488d23ae9fed0e9fd415dc88613121c780 (diff)
Mac: INCLUDEPATH fix
Something seems to be busted with 5.2 lately. Specifically on Mac. Work around the problem for now. Change-Id: I4180257f31e67d02d46e26808e8b044f3b0c0cd2 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'shared')
-rw-r--r--shared/shared.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/shared.pro b/shared/shared.pro
index 108a9a255..a125819e0 100644
--- a/shared/shared.pro
+++ b/shared/shared.pro
@@ -13,6 +13,9 @@ TARGET = qtwebengine_shared
DEFINES += QT_NO_KEYWORDS \
Q_FORWARD_DECLARE_OBJC_CLASS=QT_FORWARD_DECLARE_CLASS
+# something fishy with qmake in 5.2 ?
+INCLUDEPATH += $$[QT_INSTALL_HEADERS]
+
# We need a way to tap into gyp´s Debug vs. Release configuration
PER_CONFIG_DEFINES = QTWEBENGINEPROCESS_PATH=\\\"$$getOutDir()/%config/$$QTWEBENGINEPROCESS_NAME\\\"