Mercurial > repos > iuc > package_qt_5_1
comparison tool_dependencies.xml @ 3:513b21e26894 draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Fri, 01 Nov 2013 09:04:44 -0400 |
| parents | e681b22bf109 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:e681b22bf109 | 3:513b21e26894 |
|---|---|
| 6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action> | 6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action> |
| 7 <action type="make_install" /> | 7 <action type="make_install" /> |
| 8 <action type="set_environment"> | 8 <action type="set_environment"> |
| 9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 9 <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> | 10 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 11 <environment_variable name="QT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 11 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
| 12 </action> | 12 </action> |
| 13 </actions> | 13 </actions> |
| 14 </install> | 14 </install> |
| 15 <readme> | 15 <readme> |
| 16 Installing Qt libraries. A C++ compiler, usually g++, is requiered. | 16 Installing Qt libraries. A C++ compiler, usually g++, is requiered. |
