Skip to content

Only change timestamp on generated .pro files if content changes

Clinton Stimpson requested to merge clinton/cmake:qt4-lupdate-cmp0058 into master

In qt4_create_translation() use file(GENERATE ...) instead of file(WRITE ...). This also removes a possible CMP0058 warning.

Also fixes issue #16518 (closed).

Merge request reports