Mercurial > repos > iuc > package_qt_4_8
changeset 1:07e57d7a3fe2 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 19 Nov 2013 11:21:30 -0500 |
parents | efd2620ae8bd |
children | 869850cd39db |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Nov 12 07:40:24 2013 -0500 +++ b/tool_dependencies.xml Tue Nov 19 11:21:30 2013 -0500 @@ -2,9 +2,10 @@ <package name="Qt" version="4.8"> <install version="1.0"> <actions> - <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> + <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> <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</action> - <action type="make_install" /> + <action type="shell_command">qmake</action> + <action type="shell_command">qmake install</action> <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>