QT4
Contents
Note: Many Linux distributions will install this for you if you run its respective software management program and select the C/C++ programming options.
- Run Adept and install the following packages: libqt4-core, libqt4-dev, libqt4-gui, libqt4-qt3support, libqt4-sql, qt4-designer, qt4-dev-tools, qt4-doc.
- Install KDevelop packages: kdevelop3, kdevelop3-data, kdevelop3-dev, kdevelop3-doc, kdevelop3-plugins, make, automake 1.9, gcc-3.3, g++-3.3, libc6-dev, kdebase-dev.
- Create the following symlinks:
sudo ln -sf /usr/bin/gcc-3.3 /usr/bin/gcc
sudo ln -sf /usr/bin/g++-3.3 /usr/bin/g++
sudo ln -sf /usr/share/apps/kdevelop3 /usr/share/apps/kdevelop (This link fixes a bug in the kubuntu packages)
Note: Trolltech did not release a free (GPL) version of Qt3 for Windows. However the qtwin project at Sourceforge has ported Trolltech's Qt3 for Linux version to Windows.
Note: Make sure you have a compiler installed and working correctly before you attempt to install the Qt Toolkit.
- Download the latest release from http://qtwin.sourceforge.net/.
-
Links to other sites: