PDA

View Full Version : How to declare QxOrm on .pro and on the headear file?



innobleday
27th April 2011, 06:34
Hi All,

I'm trying to using QxOrm on ubuntu. is that need to be installed? I found on the web site the QxOrm_1.1.5.zip file. I'm tryng to compiling it but no succes. I got

error: cannot find -lboost_serialization-mt-d
How to solve that?
And how to declare QxOrm on .pro and on the headear file?

Thanks for your appreciation.

high_flyer
27th April 2011, 14:43
How to solve that?
As the error says - it can't find boost_serialization-mt-d which is a boost lib.
You need to install boost.