[Qt-interest] qt pro file
Nikos Chantziaras
realnc at arcor.de
Mon Aug 1 17:17:48 CEST 2011
On 08/01/2011 04:07 PM, Thiago Macieira wrote:
> On Monday, 1 de August de 2011 17:15:48 tang ke wrote:
>> hi all guys:
>> I know the tags of unix and win32.when I compile the project with linux,
>> will use the
>> unix: {
>> LIBS += libxxxxx.so
>> }
>>
>> but when I use the ubuntu amd64 system or i386 arch, how to detect it?
>> the pro file can know unix32 or unix64?
>
> You don't detect that. It's just unix or linux-*.
>
> On Linux, the 32 and 64-bit libraries have the same names, just different paths
> (which are usually automatically searched by the linker).
Not always true. Unless you mean the system installed libs. 3rd party
libs that are part of SDKs can have other names. FMOD for example.
More information about the Qt-interest-old
mailing list