

If you have any problem getting KDevelop running, please refer to the KDevelop Forum to find the answer to your problem. You should set your PATH variable as follow as well as your LD_LIBRARY_PATH:Įxport LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH Check in a console by issuing the command set to see all your environment variables. The most common errors while using KDevelop come from the environment variables not set up properly. The environment variables QTDIR and KDEDIR should point to those directories.ĭon't forget to set up the KDE and Qt paths. To compile KDevelop 3, you need qt-3.1.0 or higher and kdelibs-3.1.0 or higher.
#Install qt designer download
KDevelop can be downloaded from the KDevelop website, under the Quick download heading. Pre 3 versions of KDevelop were nicknamed Gideon, but they are obsolete now. KDevelop 3 should be part of your distribution.
#Install qt designer how to
How to get KDevelop 3 From your Distribution To compile Qt from source, please see Trolltech's Qt/X11 Open Source Edition page. Qt Designer is located in the bin directory of your Qt installation directory. plugin-imgfmt-mng -thread -no-exceptions -debug -fast configure -system-zlib -qt-gif -system-libpng -system-libjpeg \ You then compile by issuing the following commands, here is the recommended compile line:
#Install qt designer install
Please read the INSTALL file for more details. Provided that /usr/local/qt is the directory into which you installed Qt. In bash, for example, you would type export QTDIR= /usr/local/qt This should point to the directory into which you installed Qt. You must then set the QTDIR environment variable. Please note that Qt for Linux is GPL.įor an explanation for how to use anonymous SVN, get the qt-copy and kde modules and compile them, please see a great documentation at Using Subversion with KDE. You can download the tarball from the Trolltech website, or get the qt-copy module from SVN. In bash environment, this is done by typing:Įxport QTDIR= /usr/lib/qt3 Tarball or Anonymous Subversion If you get something like /usr/lib/qt3/include/qstring.h then you can set your QTDIR variable to /usr/lib/qt3/. In some distributions, it comes in a separate package.

You also need to be sure you have designer. These headers usually come in the devel package. You need the qt headers in order to compile this tutorial application. Please remember to check if you have all the qt-related packages installed.

At the time of writing, Qt latest version is 3.3.2. If you have an older Qt on your system, you should get at least this version. Qt Designer is part of the qt-3.2.x package and above.

Requirements How to Get Qt Designer From your Distribution The KDE project uses the autoconf and automake tools for KDE 3.x, and KDevelop will provide you with all the necessary files (admin directory, Makefile.cvs, Makefile.am.). KDevelop will help you to build a complete KDE application. I hope that this will help you to create your first "real" KDE application. To get us started doing something useful with Qt Designer, we are going to build a simple program that will show you the power of Qt Designer and KDevelop. Please regard information in this page with extra caution. This page contains information relevant to KDE 3.x or older versions.This page contains archived content from various sources pertaining to KDE 3.x (maybe outdated and/or partly useful) which should probably be updated.
