Mercurial > repos > iuc > package_qt_4_8
changeset 8:cfe4b5691ffa draft
Uploaded
author | bgruening |
---|---|
date | Thu, 09 Oct 2014 17:48:42 -0400 |
parents | 3e949a92804a |
children | d05194d4dc93 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Oct 09 13:03:15 2014 -0400 +++ b/tool_dependencies.xml Thu Oct 09 17:48:42 2014 -0400 @@ -18,9 +18,9 @@ <repository name="libxext-proto" version="7.2.1" /> </package> </action> - <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama -no-xinput -no-xcursor -no-xvideo -no-opengl -no-sm -no-xkb -no-gui -no-cups -no-openvg -no-xrandr -no-xrender</action> - <action type="shell_command">make sub-src</action> - <action type="shell_command">make install</action> + <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama -no-xinput -no-xcursor -no-xvideo -no-opengl -no-sm -no-xkb -no-gui -no-cups -no-openvg -no-xrandr -no-xrender -nomake examples -nomake demos</action> + <action type="shell_command">./bin/qmake -r QT_BUILD_PARTS="libs tools"</action> + <action type="make_install" /> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>