Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.9.0
Description
lupdate fails to create the ts file.
Whenever I execute "lupdate -verbose MyProject.pro", the following message is presented:
WARNING: R:/Qt/5.9/msvc2017_64/mkspecs/features/toolchain.prf:129: Variable QMAKE_CXX.COMPILER_MACROS is not defined.
WARNING: Project ERROR: msvc-version.conf loaded but QMAKE_MSC_VER isn't set
TRANSLATIONS is defined in the pro file like this:
TRANSLATIONS = translations/MyProject_en.ts
No file is created/updated by the lupdate tool*.*
The same problem occurs when running lupdate from Qt Creator.