PDA

View Full Version : Linking Qt-libs static



Simo
5th December 2011, 10:37
hi all,

just try to link the qt-libs in static way. i want to do this because I have built a little tool and don't want to send all the qt *.dll's every time in bundle with my tool.

that's why I compiled qt in static way and set up a qt-project (e.g. in eclipse). compiling runs ok. but if I try to link it the messages like attached appear.

is this a qt-problem and what is missed ?

best regards

Simon

7149

Oleg
5th December 2011, 12:06
Add -lOle32 to your linking flags.