[Interest] How to tell qmake not to install the .a?

Nurmi J-P jpnurmi at digia.com
Fri Jun 20 11:11:46 CEST 2014


On 20 Jun 2014, at 11:04, Etienne Sandré-Chardonnal <etienne.sandre at m4x.org> wrote:

> Hi,
> 
> I am writing a plugin for my app using QtPlugin.
> 
> The default .pro template created by QtCreator defines a DESTDIR variable, but both the .a and the .dll are installed there. As this is a plugin and not a real lib, only the .dll should be installed. How can I tell qmake not to install the .a?
> 

Hi,

Try DLLDESTDIR: http://qt-project.org/doc/qt-5/qmake-variable-reference.html#dlldestdir

--
J-P Nurmi




More information about the Interest mailing list