PDA

View Full Version : Static Linking Application for Realease



impeteperry
14th November 2007, 03:24
I have a small Linux application ready for release (I think)
I see from the documentation I need a statically linked QT library, but it excludes Qt Designer which I am using.
This part of programming is new to me.( I used Install Sheild Express in windows, but that was a long time ago.)

Is there a step-by-step tutorial that would help do this without my having to get a PHD
Thanks

wysota
14th November 2007, 11:08
Install both static and dynamic Qt side by side and use Designer with the dynamic linking.

impeteperry
14th November 2007, 18:12
Install both static and dynamic Qt side by side and use Designer with the dynamic linking.

Thanks, I will do my best. A simple working example would be a great help!!