From 275d7635db0eca214357dfa5d5c0d107dbaa01dc Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 30 Aug 2013 14:01:51 +0200 Subject: 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 Reviewed-by: Lars Knoll --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ( ); -- cgit v1.2.3