Build step that verify if translation is finished and fail (return 1 from main()) if it is not.
Unsolved
Qt Creator and other tools
-
Hello,
I'm playing around with CMake to prepare VS project with build steps that updates *.ts translation files and compiles them to *.qm. I wanted to achieve a result where build fails if translation have an unfinished records. That would be possible if there would be an option in one of translation tools which returns something different that zero if there are unfinished records. I was trying to get such behavior and I guess there is no such an option.
So I would be grateful if anyone have some suggestions to achieve what I planned with some other method, or maybe there is such option and I'm missing something.