Linguist (lupdate Project Error)
-
tested with 5.9.1 and 4.3.1
works for me on macOShint: as described here I'm always changing the path to the executable and setting explicitely, because I had some issues with older QtCreator Versions and Android with lupdate / lrelease using the default values from Tools external
my-path-to/5.9.1/clang_64/bin/lupdate
-
Have you set the enviroment variable for mingw compiler? Try following:
- Right click on my computer
- Advanced system settings
- Environment variables
- in system variables, add following to the end of line in Path:
'YOUR_PATH_TO_QT_DIR\Tools\mingw530_32\bin'
example: C:\Qt\Tools\mingw530_32\bin
-
Except you should only do that for the command line prompt you are currently using. Otherwise you are going to pollute your system PATH environment variable.
-
Except you should only do that for the command line prompt you are currently using. Otherwise you are going to pollute your system PATH environment variable.
-
In the command prompt you are using.
Because Qt Creator modifies locally the PATH environment variable so you'll be using the version of Qt you choose when selecting the kit to build your application.
-
Please, check out the solution I have provided here: https://stackoverflow.com/questions/44852340/how-to-make-qtlinguist-shipped-with-qt-5-9-1-work
-
After try these solutions, it doesn't work for me. However I've changed the project from Android to Desktop and it works, so it's something related with the type project.
I've opened an error bug: https://bugreports.qt.io/browse/QTCREATORBUG-18726