summaryrefslogtreecommitdiffstats
path: root/translations/translations.pro
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7-s60axis2010-03-161-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/embedded/anomaly/anomaly.pro demos/embedded/flightinfo/flightinfo.pro demos/embedded/lightmaps/lightmaps.pro demos/embedded/weatherinfo/weatherinfo.pro examples/network/fortuneclient/fortuneclient.pro examples/network/fortuneserver/fortuneserver.pro examples/network/network-chat/network-chat.pro mkspecs/common/symbian/symbian.conf mkspecs/features/symbian/platform_paths.prf qmake/generators/symbian/symmake.cpp qmake/generators/symbian/symmake.h src/s60installs/s60installs.pro
| * fix qm file installation from shadow buildOswald Buddenhagen2010-03-091-0/+1
| |
* | Implemented recursive "sis" target and enabled sis_targets feature.axis2010-02-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sis target will depend on the main build target of each project, which should make it possible to simply run "make sis" in the root of a clean tree (after configure, of course), and have sis packages generated for everything. It works at least for Qt. This required some changes to the dependency generation in Qt, to make sure that s60installs builds its package after all of Qt, and that fluidlauncher has all the required files before building a package. In addition, all the sis target code was moved into its own qmake feature file, called sis_targets. It is currently enabled by default for Symbian.
* | Make the symbian build not bail out over missing filesThomas Zander2010-02-101-0/+1
|/
* another attempt at fixing the translations buildOswald Buddenhagen2010-01-191-2/+6
| | | | make qmake generate proper dependencies on lrelease in vcproj/sln files
* fix qm generation under windowsOswald Buddenhagen2010-01-141-1/+1
| | | | Reviewed-by: Daniel Molkentin
* another shot at fixing directory separators in build commandsOswald Buddenhagen2009-11-251-1/+1
|
* fix mingw build when sh is in $PATHOswald Buddenhagen2009-11-161-1/+1
|
* make qm file creation a regular build stepOswald Buddenhagen2009-11-101-0/+42
this is mostly a revert of the revert of the previous attempt, only that this time we have a bootstrapped lrelease which won't blow up for cross-compilations. Reviewed-By: Jason McDonald Task-Id: QTBUG-4939