I have installed QT4.6.3(2010.04, install path is D:\Qt\2010.04), and want to integrate mysql support into my new project, so I ...
Category: Qt
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
LSB helps you deploy a Qt4 app in several different Linux distrosLSB helps you deploy a Qt4 app in several different Linux distros
I compiled a static Qt4 application(fancybrowser) under Ubuntu 10.04, it works under Ubuntu 10.04, but when I tried to run ...
Is it possible to build a completely static app using Qt 4 on LinuxIs it possible to build a completely static app using Qt 4 on Linux
After successfully statically compile Qt 4.6.3 under Unbuntu 10.04 Server, I tried to build static version fancybrowser, after some study, ...