[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: manual build of qscintilla
From: |
Martin Helm |
Subject: |
Re: manual build of qscintilla |
Date: |
Fri, 24 Aug 2012 09:45:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Am 24.08.2012 03:40, schrieb Ben Abbott:
> On Aug 23, 2012, at 9:33 PM, Ben Abbott wrote:
>
>> The MacPorts version is qscintilla is a bit dated, so I decided to build a
>> more recent version from source. I'd like to try to install it in a
>> location independent of MacPorts.
>>
>> I tried ...
>>
>> qmake-qt4 PREFIX=/opt/fubar qscintilla.pro
>> make
>>
>> ... but the resulting Makefile appears to prepared to install qscintilla in
>> the location used by MacPorts (/opt/local).
>>
>> How may I tell qmake-qt4 to use a different install prefix for qscintilla?
>>
>> Ben
> In the event, I'm not understanding the Makefile's internals, maybe a better
> question is how to I determine where qscintilla will be installed?
>
> Ben
qmake-qt4 -query
should spit out all variables which you can set with
qmake-qt4 -set VARIABLE VALUE