aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-04-03 09:38:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 11:38:17 +0200
commit8d172f1f3836f9f528ad85b4707582e44154450f (patch)
tree216b76c0a6531c5ba429844f86cf61344ecc8702 /src/qml/jsruntime
parent6e053a7a5c71cb01f238c51ca98f3377c184cfb9 (diff)
Fix 'missing header' compilation error (shadow build)
Change the private header path to the canonical one. This fixes shadow builds for me on Windows. Change-Id: I7c18ec2d9f0769a51d296deac16c78ae41894c36 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime')
-rw-r--r--src/qml/jsruntime/qv4script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp
index a25d969059..33922684da 100644
--- a/src/qml/jsruntime/qv4script.cpp
+++ b/src/qml/jsruntime/qv4script.cpp
@@ -54,7 +54,7 @@
#include <private/qqmlengine_p.h>
#include <qv4jsir_p.h>
#include <qv4codegen_p.h>
-#include <qml/qqmlcontextwrapper_p.h>
+#include <private/qqmlcontextwrapper_p.h>
#include <QtCore/QDebug>
#include <QtCore/QString>