Merge branch 'qt5' into 'master'

Added Qt5

See merge request Pmodules/buildblocks!221
This commit is contained in:
2021-05-31 09:42:15 +02:00
3 changed files with 39 additions and 0 deletions

20
Programming/Qt/build Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Programming'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}

View File

@@ -0,0 +1 @@
Qt/5.12.10 unstable

18
Programming/Qt/modulefile Normal file
View File

@@ -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 <marc.caubet@psi.ch>"
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