Mercurial > repos > iuc > package_qt_5_1
diff tool_dependencies.xml @ 0:d3820bfe3353 draft
Uploaded
| author | iuc |
|---|---|
| date | Sun, 20 Oct 2013 07:54:47 -0400 |
| parents | |
| children | 0e39b048c11c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Oct 20 07:54:47 2013 -0400 @@ -0,0 +1,19 @@ +<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="autoconf" /> + <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_PATH" action="set_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + Installing Qt. + http://qt-project.org/ + </readme> + </package> +</tool_dependency>
