Merge branch 'qt5' into 'master'
Added Qt5 See merge request Pmodules/buildblocks!221
This commit is contained in:
20
Programming/Qt/build
Executable file
20
Programming/Qt/build
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::add_to_group 'Programming'
|
||||
|
||||
pbuild::prep() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::configure() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::compile() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
:
|
||||
}
|
||||
|
||||
1
Programming/Qt/files/variants.rhel7
Normal file
1
Programming/Qt/files/variants.rhel7
Normal file
@@ -0,0 +1 @@
|
||||
Qt/5.12.10 unstable
|
||||
18
Programming/Qt/modulefile
Normal file
18
Programming/Qt/modulefile
Normal 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
|
||||
Reference in New Issue
Block a user