0
|
1 <tool_dependency>
|
|
2 <package name="Qt" version="4.8">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
2
|
5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz</action>
|
3
|
6 <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>
|
|
7 <action type="shell_command">./bin/qmake -r QT_BUILD_PARTS="libs tools"</action>
|
|
8 <action type="make_install" />
|
|
9 <action type="set_environment">
|
|
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
11 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
|
|
12 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib/</environment_variable>
|
|
13 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
|
|
14 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
|
|
15 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
|
2
|
16 </action>
|
0
|
17 </actions>
|
|
18 </install>
|
|
19 <readme>
|
|
20 Installing Qt libraries. A C++ compiler, usually g++, is requiered.
|
|
21 http://qt-project.org/
|
|
22 </readme>
|
|
23 </package>
|
|
24 </tool_dependency>
|