diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-26 18:19:33 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-27 15:12:31 (GMT) |
commit | b0a454fd09e0cbf74304aabd160ea25c2c83b4b9 (patch) | |
tree | 1769a83d39bd8309cd552ab733804443e7cbbd95 /tools/linguist/shared/proparser.pri | |
parent | 03e114b11ee5cd51e0b9151e0c728fe370578d53 (diff) | |
download | Qt-b0a454fd09e0cbf74304aabd160ea25c2c83b4b9.zip Qt-b0a454fd09e0cbf74304aabd160ea25c2c83b4b9.tar.gz Qt-b0a454fd09e0cbf74304aabd160ea25c2c83b4b9.tar.bz2 |
unshare pro post-processing code
lrelease needs only the TRANSLATIONS value anyway, so there is hardly
anything to share for real
Diffstat (limited to 'tools/linguist/shared/proparser.pri')
-rw-r--r-- | tools/linguist/shared/proparser.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/linguist/shared/proparser.pri b/tools/linguist/shared/proparser.pri index 99d32e7..372247e 100644 --- a/tools/linguist/shared/proparser.pri +++ b/tools/linguist/shared/proparser.pri @@ -2,13 +2,11 @@ INCLUDEPATH *= $$PWD HEADERS += \ - $$PWD/proreader.h \ $$PWD/abstractproitemvisitor.h \ $$PWD/proitems.h \ $$PWD/profileevaluator.h \ $$PWD/proparserutils.h SOURCES += \ - $$PWD/proreader.cpp \ $$PWD/proitems.cpp \ $$PWD/profileevaluator.cpp |