Gr1N/EasyPaint

Support building without translations

jleclanche opened this issue · 3 comments

Support a -DNO_TRANSLATIONS flag which doesn't require lrelease.

Gr1N commented

@adys flag added, you should use
cmake CMakeLists.txt -DNO_TRANSLATIONS=true
for building without lrelease.

Btw, a project i saw the other day has a neat cmake feature that lets you specify -DTRANSLATIONS=(all|none|fr,cz,ru...). It's pretty cool, might wanna support that at some point.

Gr1N commented

For now we don't want use this feature, maybe in future, but I think this is not needed for our project.