summaryrefslogtreecommitdiffstats
path: root/src/webengine/webengine.pro
diff options
context:
space:
mode:
authorZoltan Arvai <zarvai@inf.u-szeged.hu>2014-02-18 16:55:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-19 09:24:25 +0100
commit09910d11219b7b17d6044671f51a769335c4797e (patch)
treec6a97b68a784f6ef9a3287d305d45db05b99c0d3 /src/webengine/webengine.pro
parent7c88cbae1d14e555fbe12c7759253f918161fe37 (diff)
Add project's directory to includepath on Windows
Unlike other OSes, project's directory is not included by default to includepath on Windows. This would cause missing file errors while building. Change-Id: I64b83e13adaae1ee1730caebcf7442973b573c3b Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/webengine/webengine.pro')
-rw-r--r--src/webengine/webengine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webengine.pro b/src/webengine/webengine.pro
index 95f9ba7cf..062780469 100644
--- a/src/webengine/webengine.pro
+++ b/src/webengine/webengine.pro
@@ -6,7 +6,7 @@ DEFINES += QT_BUILD_WEBENGINE_LIB
QT += qml quick
QT_PRIVATE += qml-private quick-private gui-private core-private
-INCLUDEPATH += api ../core
+INCLUDEPATH += $$PWD api ../core
# FIXME: all this should eventually be turned into QT += webenginecore
macx:LIBPATH = $$getOutDir()/$$getConfigDir()