Mercurial > repos > iuc > package_qt_4_8
comparison tool_dependencies.xml @ 1:07e57d7a3fe2 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 19 Nov 2013 11:21:30 -0500 |
parents | efd2620ae8bd |
children | 869850cd39db |
comparison
equal
deleted
inserted
replaced
0:efd2620ae8bd | 1:07e57d7a3fe2 |
---|---|
1 <tool_dependency> | 1 <tool_dependency> |
2 <package name="Qt" version="4.8"> | 2 <package name="Qt" version="4.8"> |
3 <install version="1.0"> | 3 <install version="1.0"> |
4 <actions> | 4 <actions> |
5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</action> | 5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</action> |
6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</action> | 6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</action> |
7 <action type="make_install" /> | 7 <action type="shell_command">qmake</action> |
8 <action type="shell_command">qmake install</action> | |
8 <action type="set_environment"> | 9 <action type="set_environment"> |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
10 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | 11 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
11 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | 12 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
12 </action> | 13 </action> |