aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-30 14:01:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-02 08:32:54 +0200
commit275d7635db0eca214357dfa5d5c0d107dbaa01dc (patch)
tree16e04b9722e84f45f583be5b3336b237ec1d0d84 /sync.profile
parent3122848def0fa714bf73460b64cc1d403f088e6a (diff)
Fix generation of headers by syncqt.pl outside git builds
This seems to be a left over from 3cefb43441a9879cc512dc3fcc7dca0d42e9ca8c Change-Id: Ib229c69e42140e073b9dd375d0fc2ede658c4ac8 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Lars Knoll <lars.knoll@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 618e713ab5..36c5afe019 100644
--- a/sync.profile
+++ b/sync.profile
@@ -6,7 +6,7 @@
"QtQmlDevTools" => "$basedir/src/qmldevtools",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtQmlDevTools" => "../qml/qml/parser",
+ "QtQmlDevTools" => "../qml/parser",
);
%deprecatedheaders = (
);