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

Merwin merwin.irc at gmail.com
Wed Feb 3 20:01:45 CET 2010


Ross Driedger a écrit :
>
> On 3-Feb-10, at 12:02 PM, qt-interest-request at trolltech.com 
> <mailto:qt-interest-request at trolltech.com> wrote:
>>              
>> Date: Wed, 03 Feb 2010 17:02:10 +0100
>> From: Merwin <merwin.irc at gmail.com <mailto:merwin.irc at gmail.com>>
>> Subject: [Qt-interest] QMake equivalent to ./configure --prefix
>> To: Qt-interest <qt-interest at trolltech.com 
>> <mailto:qt-interest at trolltech.com>>
>> Message-ID: <4B699E02.4090706 at gmail.com 
>> <mailto: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
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>   
You mean that the DESTDIR passed to the main project file (with a subir 
template) will be 'inherited' in children .pro files?
Thanks for your help.




More information about the Qt-interest-old mailing list