summaryrefslogtreecommitdiffstats
path: root/tools/linguist/lrelease/lrelease.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make lrelease link again with the win32-icc and win32-g++ mkspecsJan-Arve Sæther2009-12-031-1/+1
| | | | Reviewed-by: Thierry
* Fix build on AIX: all of the .a file is linked into the program.Oswald Buddenhagen2009-11-241-0/+7
| | | | | | | | | The qlibraryinfo.cpp is only needed by lrelease. It has a hack for qmake_libraryInfoFile(), which doesn't work on AIX. So don't put qlibraryinfo.cpp in libbootstrap.a, but instead build directly for lrelease. Reviewed-by: thiago
* revert QT -= xml nonsenseOswald Buddenhagen2009-11-201-2/+0
| | | | | | 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.
* QT —= xml for bootstrapped lreleaseOswald Buddenhagen2009-11-201-0/+2
|
* fix linking following lrelease bootstrappingOswald Buddenhagen2009-11-131-0/+2
| | | | qsettings_win needs advapi32
* build lrelease bootstrappedOswald Buddenhagen2009-11-101-10/+1
| | | | | | | | needed for build-time qm generation in qt itself. the downsides are a) that the other bootstrapped tools grow by ~12kB (on x86) due to qdatastream being pulled in by qbytearray and qstring and b) that lrelease isn't l10n'd itself anymore (the latter could be fixed by building a non-qobject qtranslator).
* remove pointless prisOswald Buddenhagen2009-06-151-2/+0
|
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+24