PDA

View Full Version : Building application with static Qt libraries



nedlab
16th December 2008, 14:22
Good evening.
I have two Qt installed on my computer (linux). So there are two kind of libraries (*.a and *.so) in the QT_LIB directory. How should I setup my project file (*.pro) for that to my project will linked with static Qt libraries (*.a)?

jpn
28th December 2008, 20:07
Just use the qmake from the static installation? I suppose you did install them in different folders.