Hi,
I'm porting a qt static library to s60 qt. The static library builds fine with
However I don't know how to link to this static library in other qt project file.Code:TEMPLATE = lib CONFIG += staticlib CONFIG += debug_and_release CONFIG += precompile_header
In other platforms it seems to work fine with
statement, but that doesn't work with S60 QT.Code:LIBS += mystaticlib
Any ideas?



