[Qt-interest] QMake equivalent to ./configure --prefix

Ross Driedger ross at earz.ca
Wed Feb 3 19:39:45 CET 2010


On 3-Feb-10, at 12:02 PM, qt-interest-request at trolltech.com wrote:
>
> Date: Wed, 03 Feb 2010 17:02:10 +0100
> From: Merwin <merwin.irc at gmail.com>
> Subject: [Qt-interest] QMake equivalent to ./configure --prefix
> To: Qt-interest <qt-interest at trolltech.com>
> Message-ID: <4B699E02.4090706 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello,
>
> I'm developping a console application, with plugins support. I've  
> got a
> main.pro project file with a subdir template. I'm looking for a way to
> specify an 'install directory', that means that all the subdirs projet
> (in fact, plugins) will be installed in this directory.


Set DESTDIR in your .pro files.

Set the main app's DESTDIR to ./home/me/myapp/
and the plugin's to /home/me/myapp/plugins

Ross Driedger
ross_at_earz.ca



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100203/8a10351a/attachment.html 


More information about the Qt-interest-old mailing list