From 196086d3e208da908158cf98f815d15c94851f38 Mon Sep 17 00:00:00 2001 From: Caubet Serrabou Marc Date: Mon, 31 May 2021 09:41:15 +0200 Subject: [PATCH] Added Qt5 --- Programming/Qt/build | 20 ++++++++++++++++++++ Programming/Qt/files/variants.rhel7 | 1 + Programming/Qt/modulefile | 18 ++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100755 Programming/Qt/build create mode 100644 Programming/Qt/files/variants.rhel7 create mode 100644 Programming/Qt/modulefile diff --git a/Programming/Qt/build b/Programming/Qt/build new file mode 100755 index 0000000..c727b69 --- /dev/null +++ b/Programming/Qt/build @@ -0,0 +1,20 @@ +#!/usr/bin/env modbuild + +pbuild::add_to_group 'Programming' + +pbuild::prep() { + : +} + +pbuild::configure() { + : +} + +pbuild::compile() { + : +} + +pbuild::install() { + : +} + diff --git a/Programming/Qt/files/variants.rhel7 b/Programming/Qt/files/variants.rhel7 new file mode 100644 index 0000000..11df8a0 --- /dev/null +++ b/Programming/Qt/files/variants.rhel7 @@ -0,0 +1 @@ +Qt/5.12.10 unstable diff --git a/Programming/Qt/modulefile b/Programming/Qt/modulefile new file mode 100644 index 0000000..9be72ab --- /dev/null +++ b/Programming/Qt/modulefile @@ -0,0 +1,18 @@ +#%Module1.0 + +module-whatis "Qt programming" +module-url 'https://www.qt.io/download-open-source' +module-license "see: https://doc.qt.io/qt-5/licenses-used-in-qt.html" +module-maintainer "Marc Caubet Serrabou " + +module-help " +Qt is a full development framework with tools designed to streamline +the creation of applications and user interfaces for desktop, embedded, +and mobile platforms. +" +prepend-path PATH $PREFIX/5.12.10/gcc_64/bin +prepend-path C_INCLUDE_PATH $PREFIX/5.12.10/gcc_64/include +prepend-path CPLUS_INCLUDE_PATH $PREFIX/5.12.10/gcc_64/include +prepend-path LIBRARY_PATH $PREFIX/5.12.10/gcc_64/lib +prepend-path LD_LIBRARY_PATH $PREFIX/5.12.10/gcc_64/lib +prepend-path PATH $PREFIX/5.12.10/gcc_64/bin