guerinoni / qTsConverter

A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
MIT License
42 stars 16 forks source link

Fix windows cli build #79

Closed lsoest closed 2 years ago

lsoest commented 2 years ago

Hi guerinoni,

found this tool and added some changes mainly for windows.

  1. Fixed building the cli version on windows
  2. Copy dlls into the same folder as the executable
  3. fixed relative paths on windows
  4. debug symbols on windows need a different compiler switch (the cmake default should be enough?)

Looking forward to your feedback for these changes Laurent