PDA

View Full Version : Qt 3.3 libraries



ToddAtWSU
21st December 2006, 17:17
I was curious if the Qt 3.3 libraries included in KDE are all the Qt 3.3 libraries. I have been developing mostly in Qt 4.2.1 and have noticed that there are tons of libraries and I was just curious if the Qt 3.3 libraries included with KDE were all the libraries. In other words, if I downloaded Qt 3.3 and compiled and installed it, would I have additional libraries or would I have the exact same ones that KDE has? I thought I read somewhere that Qt 4.2 broke up the Qt 3.3 libraries into many smaller, more specific libraries. Is this true or will there be more libraries if I compile Qt 3.3 on my own? If I will get additional libraries for Qt 3.3, what libraries would I gain by compiling my own Qt 3.3 over using the KDE included libraries? Thanks!!!

wysota
21st December 2006, 18:25
Qt3 consists of only a single library called libqt-mt (mt for multithreaded) and it's exactly the same lib KDE3 uses.