19 lines
741 B
Plaintext
19 lines
741 B
Plaintext
#%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
|