Mercurial > repos > iuc > package_qt_4_8
changeset 1:64344b23c64c draft
Uploaded
author | iuc |
---|---|
date | Fri, 01 Nov 2013 09:04:20 -0400 |
parents | 98d8cfa23907 |
children | 0084ea0bef26 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Oct 21 02:17:55 2013 -0400 +++ b/tool_dependencies.xml Fri Nov 01 09:04:20 2013 -0400 @@ -3,12 +3,12 @@ <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="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action> + <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</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_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install>