diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-11-20 10:47:12 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-11-20 10:55:38 (GMT) |
commit | ea990fc4c575a76c46464e8b8caa2a03c64f067b (patch) | |
tree | 3c19344f403677d43f495f879acc648089e68492 /tools/linguist/lrelease | |
parent | 8b07ffbf0e7f2758c3ae172b888bccdfea509cfc (diff) | |
download | Qt-ea990fc4c575a76c46464e8b8caa2a03c64f067b.zip Qt-ea990fc4c575a76c46464e8b8caa2a03c64f067b.tar.gz Qt-ea990fc4c575a76c46464e8b8caa2a03c64f067b.tar.bz2 |
revert QT -= xml nonsense
we have CONFIG -= qt in bootstrap.pri, so all QT settings are
irrelevant. the actual breakage comes from a bad cherry-pick in the
release branch.
Diffstat (limited to 'tools/linguist/lrelease')
-rw-r--r-- | tools/linguist/lrelease/lrelease.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/linguist/lrelease/lrelease.pro b/tools/linguist/lrelease/lrelease.pro index a48c011..e4c18ee 100644 --- a/tools/linguist/lrelease/lrelease.pro +++ b/tools/linguist/lrelease/lrelease.pro @@ -9,8 +9,6 @@ include(../../../src/tools/bootstrap/bootstrap.pri) include(../shared/formats.pri) include(../shared/proparser.pri) -QT -= xml # formats.pri pulls that in, but it breaks bootstrapping - win32-msvc*:LIBS += advapi32.lib # for qsettings_win.cpp target.path=$$[QT_INSTALL_BINS] |