On 20 Jun 2014, at 11:04, Etienne Sandré-Chardonnal <etienne.san...@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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to