update qmake evaluator to newest version from qt creator
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 6 Sep 2012 19:50:09 +0000 (21:50 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 20 Sep 2012 12:34:56 +0000 (14:34 +0200)
commitbf4fc2e5fca65204665ef2ad23a9792b72f727ab
treea6c323e8804181324d6cda3ddc806ad66d3bd080
parente69551f23e47632d517f7ec7d6efc25580df8df0
update qmake evaluator to newest version from qt creator

Change-Id: I66ec46dd87f922094f6937b50cc40e02ef08cc86
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
18 files changed:
src/linguist/lrelease/main.cpp
src/linguist/lupdate/main.cpp
src/linguist/shared/ioutils.cpp
src/linguist/shared/ioutils.h
src/linguist/shared/profileevaluator.cpp
src/linguist/shared/profileevaluator.h
src/linguist/shared/proitems.cpp
src/linguist/shared/proitems.h
src/linguist/shared/proparser.pri
src/linguist/shared/qmake_global.h [moved from src/linguist/shared/proparser_global.h with 74% similarity]
src/linguist/shared/qmakebuiltins.cpp [new file with mode: 0644]
src/linguist/shared/qmakeevaluator.cpp [new file with mode: 0644]
src/linguist/shared/qmakeevaluator.h [new file with mode: 0644]
src/linguist/shared/qmakeevaluator_p.h [new file with mode: 0644]
src/linguist/shared/qmakeglobals.cpp [new file with mode: 0644]
src/linguist/shared/qmakeglobals.h [new file with mode: 0644]
src/linguist/shared/qmakeparser.cpp [moved from src/linguist/shared/profileparser.cpp with 76% similarity]
src/linguist/shared/qmakeparser.h [moved from src/linguist/shared/profileparser.h with 70% similarity]