[Qt-interest] Basic qmake question - Solved

Phil phillor at telstra.com
Sat Aug 22 04:08:40 CEST 2009


On Fri, 21 Aug 2009 09:36:47 pm Thiago Macieira wrote:
> Em Sexta-feira 21 Agosto 2009, às 12:29:41, Phil escreveu:
> >
> > I have compiled qextserialport and saved a link to the generated 
library
> > file (libqextserialport.so.1.0.0) in /usr/lib/. My application .pro file
> > includes the line  "LIBS    += -lqextserialport".


> You need libqextserialport.so in /usr/lib.

First, thanks to the people who replied, it is much appreciated.

After my usual trial and error method of programming the final answer 
to my question is that I needed to link both the .so and the .so.1 files. I 
have the links in /usr/local/lib so that I won't need to go through all of 
this again after a system upgrade.

By the way, the .pro file did not need any modification.

-- 
Regards,
Phil




More information about the Qt-interest-old mailing list