aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-02-10 23:49:51 +0100
committerLars Knoll <lars.knoll@qt.io>2018-04-25 14:19:15 +0000
commit1ea05eb7755e9e39f79ab982afa5c652f755d3e2 (patch)
tree02c59795fd035238fe13d4df955a846fedaa3dfb /sync.profile
parent0dd479fc8d856b94f3be961364ee1bcacea2c961 (diff)
Get rid of qlalr generated files
Let's not check in the files generated by qlalr. This is ok, as qlalr is part of qtbase since a long time. Change-Id: I1298c76e919169c8f02f1e5d067f128a9f2a7542 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 64abbd2eb9..5915e5e224 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,3 +7,6 @@
"QtPacketProtocol" => "$basedir/src/plugins/qmltooling/packetprotocol",
"QtQmlDebug" => "$basedir/src/qmldebug",
);
+%inject_headers = (
+ "$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h" ],
+);