next up previous contents
Next: Qwt Installation for GUI Up: Requirements Previous: Requirements   Contents

Qt4 Installation for GUI

It must be installed before Qwt. A Qt version equal or higher than 4.6 is required. One can install it:

Setup Environment

One has to ensure that PATH and LD_LIBRARY_PATH have been updated to include Qt4 install path, binaries and libraries. Confirm by executing qmake -v and ensuring the result points to Qt4 (not Qt3 or Qt5).

If the environment is not set up, one can add the libraries and executables to the .bashrc by adding LD_LIBRARY_PATH and PATH:

export QTDIR=/usr/local/Trolltech/Qt-4.8.2
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH



Thattil Dhanya 2019-04-08