diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-29 13:15:59 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-11-11 10:12:12 (GMT) |
commit | 1502df3ddedc5a4365e12bce570d946744259785 (patch) | |
tree | 977757c93743bce8df23a180e64a08f749935ba7 /src/corelib/xml/make-parser.sh | |
parent | c412b5f144ea99ea70f4df291678631e13900962 (diff) | |
download | Qt-1502df3ddedc5a4365e12bce570d946744259785.zip Qt-1502df3ddedc5a4365e12bce570d946744259785.tar.gz Qt-1502df3ddedc5a4365e12bce570d946744259785.tar.bz2 |
utils/qlalr generator: adapt changes to xmlstream and script files
some changes were made to qxmlstream_p.h and script files directly;
however, those files are generated automatically by
src/corelib/xml/make-parser.sh and src/script/parser/make-parser.sh,
respectively, so the generator would overwrite the manual changes to the
files the next time it is run. This patch integrates those changes into
the generator rather than into the files directly.
Reviewed-by: Roberto Raggi
Reviewed-by: Olivier Goffart
Diffstat (limited to 'src/corelib/xml/make-parser.sh')
-rwxr-xr-x | src/corelib/xml/make-parser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/xml/make-parser.sh b/src/corelib/xml/make-parser.sh index 9866555..35289d2 100755 --- a/src/corelib/xml/make-parser.sh +++ b/src/corelib/xml/make-parser.sh @@ -42,7 +42,7 @@ me=$(dirname $0) mkdir -p $me/out -(cd $me/out && ../../../../util/qlalr/qlalr --troll --no-debug --no-lines ../qxmlstream.g) +(cd $me/out && ../../../../util/qlalr/qlalr --qt --no-debug --no-lines ../qxmlstream.g) for f in $me/out/*.h; do n=$(basename $f) |