summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2012-09-28 14:06:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-28 15:50:14 +0200
commitf5db1b5f6a04d5f08671ae4cee2eea8283a578aa (patch)
tree3513ccb001c4631082249323eea745ce764a7b5f /sync.profile
parentf979060ad73e67fc3b937560537141dd79f022c4 (diff)
downloadqtjsbackend-f5db1b5f6a04d5f08671ae4cee2eea8283a578aa.tar.gz
Add testcase for Strign::ComputeHash function
The qcalculatehash_p.h private header also has been added to provide function calculatehash for qml and the new testcase. Change-Id: I1a0cf6052f596438f50bb5d2899ceaaae3e2e477 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 05b86d2..ed2a91a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -2,7 +2,7 @@
"QtV8" => "$basedir/src/v8",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtV8" => "../3rdparty/v8/include",
+ "QtV8" => "../3rdparty/v8/include;../v8",
);
@allmoduleheadersprivate = (
"QtV8"