[Interest] Visual Studio addin and lupdate

Graham Labdon Graham.Labdon at avalonsciences.com
Tue Nov 5 10:24:47 CET 2013


It seems that the option to update all ts files in the project does not work, I am able to update the files individually from within the addin

-----Original Message-----
From: Koehne Kai [mailto:Kai.Koehne at digia.com] 
Sent: 05 November 2013 08:59
To: Graham Labdon; Interest at qt-project.org
Subject: RE: Visual Studio addin and lupdate


> -----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