Difference between revisions of "QT"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:StatisticsCategory:Statistics {|<!--Main settings - REQUIRED--> |{{#vardefine:app|QT}} |{{#vardefine:url|http...")
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Statistics]][[Category:Statistics]]
+
[[Category:Software]][[Category:Library]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|QT}}
 
|{{#vardefine:app|QT}}
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
 
 
*{{#lowercase:{{#var:app}}}}
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include file directory
+
* HPC_{{uc:{{#var:app}}}}_INC - include file directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable program directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Latest revision as of 20:57, 21 August 2022

Description

QT website  

QT is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.

Environment Modules

Run module spider QT to find out what environment modules are available for this application.

System Variables

  • HPC_QT_DIR - installation directory
  • HPC_QT_LIB - library directory
  • HPC_QT_INC - include file directory
  • HPC_QT_BIN - executable program directory