[Interest] Visual Studio addin and lupdate

Koehne Kai Kai.Koehne at digia.com
Tue Nov 5 09:59:01 CET 2013


> -----Original Message-----
> From: interest-bounces+kai.koehne=digia.com at qt-project.org
> [mailto:interest-bounces+kai.koehne=digia.com at qt-project.org] On Behalf Of
> Graham Labdon
> Sent: Tuesday, November 05, 2013 9:40 AM
> To: Interest at qt-project.org
> Subject: [Interest] Visual Studio addin and lupdate
> 
> Hi
> I am using the Qt Visual Studio and for some reason when I run the lupdate
> tool from withing the addin my .ts files are not updated.
> There is no output from running lupdate and I was wondering if there are ant
> settings I can use to get the output from the tool so I can investigate why the
> .ts files are not updated.

A shot in the dark: lupdate.exe might be considered by Windows User Access Control (UAC) as an 'installer' (it has 'update' in its name, right)? And therefore require administrative privileges. I think we actually fixed that a long time ago (Qt 4.7?) by embedding a manifest file explicitly declaring that it's _not_ an installer, but that doesn't work e.g. for the MinGW version. Or you're using an even older Qt version ...

You can easily check whether that's the issue by launching the lupdate.exe from the command line. Does it print anything, or bring up the UAC nagging screen?

Regards

Kai 



More information about the Interest mailing list