I am using Qt 5.1.0 with the bundled mingw 4.8 (32 bit) on Win7 64.
I want to run lupdate.exe
to create and update the translation files. However, every run of lupdate demands administrator access rights and I get the windows UAC prompt I need to accept. This is annoying.
This issue only arises at lupdate. lrelease as well as all other Qt tools run as expected.
Not sure whether this is relevant: lupdate.exe is installed in the default path, C:\Qt\5.1.0\mingw48_32\bin\lupdate.exe.
I do not see any reason why lupdate needs admin rights and this was also not the case in former versions. So, why does my installation prompt for them? How can I avoid it?