Mercurial > repos > iuc > package_qt_5_1
view tool_dependencies.xml @ 3:513b21e26894 draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Fri, 01 Nov 2013 09:04:44 -0400 |
| parents | e681b22bf109 |
| children |
line wrap: on
line source
<tool_dependency> <package name="Qt" version="5.1"> <install version="1.0"> <actions> <action type="download_by_url">http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz</action> <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action> <action type="make_install" /> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Installing Qt libraries. A C++ compiler, usually g++, is requiered. http://qt-project.org/ </readme> </package> </tool_dependency>
