Preparation of the development systems
1. install the latest version of the Qt SDK from http://qt.nokia.com/
2. download the actual sources of qStopMotion from http://qstopmotion.sourceforge.net/
   or check out the latest revision of the sources from the repository

Update the translations of qStopMotion:
1. update the source files in qStopMotion.pro
2. start a command line and move to the project directory
3. call lupdate qstopmotion.pro
4. add, change or remove the translations in the ../translations/*.ts files using the Qt Liguist tool
5. Uncomment the lines for the qt_*.ts files
6. call lrelease qstopmotion.pro
7. Comment out the lines for the qt_*.ts files

Add a new laguage:
1. add the qstopmotion_*.ts file for the new laguage in the qStopMotion.pro file
2. copy the qt_*.ts file for the new language from the Qt-SDK translation directory to the translation directory of the project
3. add the qt_*.ts file for the new language in the qStopMotion.pro file
4. start a command line and move to the project directory
5. call lupdate qstopmotion.pro
6. add, change or remove the translations in the ../translations/*.ts files using the Qt Liguist tool
7. call lrelease qstopmotion.pro
8. add the *.ts file for the new laguage in the cmakelists.txt file
9. create new installer

Check in the new translation in the repository
1.
2.

