[Qt-interest] Fwd: Re: Qt and cryptography

Sven Grunewaldt strayer at olle-orks.org
Thu Mar 26 12:50:56 CET 2009


Am 26.03.2009 11:59, schrieb Oliver Demetz:
> Sean Harmer schrieb:
>    
>> On Thursday 26 March 2009 08:36:58 Oliver Demetz wrote:
>>      
>>> Arnold Krille schrieb:
>>>        
>>>> On Wednesday 25 March 2009 20:51:57 Oliver Demetz wrote:
>>>> The -l-flags of the compiler don't want the "lib". If the lib is names
>>>> libeay32.a, the -l-flag is "-leay32", not "-llibeay32" as in your
>>>> snippet...
>>>>          
>>> Hi!
>>>
>>> Hmm, ok now I changed the generated makefiles (massively) and it
>>> compiled through.
>>>        
>> Could you not just alter the .pro file(s) (not massively)?
>>
>>      
> Well, no. Because the .pro file does not contain the paths to the
> libraries and header files...
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>    
I develop an application that uses openssl too and you can add the paths 
and libs completely fine in the *.pro file:

# #####################################################################
# Automatically generated by qmake (2.01a) Mo 2. Mrz 17:07:37 2009
# #####################################################################
[snip]
INCLUDEPATH += . \
     ./include/
LIBS += -L./lib/ -leay32
[snip]

Regards,
Sven Grunewaldt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090326/9301abc4/attachment.html 


More information about the Qt-interest-old mailing list