Qt

Qt is a cross platform toolkit for building graphical user interfaces. It is a dependency for some software applications and available as a module in the HPC cluster.

Module

List the available versions:

module spider qt

Output:

--------------------------

  qt/4.8.7

  qt/5.8.0

--------------------------

...

See how to load the version you need:

module spider qt/<version>

Load any required modules that are reported by the spider command, and then load the qt module:

module load qt/<version>