Changeset 08f422e
- Timestamp:
- 06/08/2016 02:51:19 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 781cbe4
- Parents:
- 69b2349
- Files:
-
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/highlight.xml
r69b2349 r08f422e 82 82 <para role="optional"> 83 83 <xref linkend="doxygen"/> (to build the API documentation) and 84 < xref linkend="qt4"/> (to build the GUI front-en)84 <ulink url=" http://download.qt-project.org/official_releases/qt/4.8">Qt4</ulink> (to build the GUI front-end) 85 85 </para> 86 86 -
general/prog/cmake.xml
r69b2349 r08f422e 98 98 <sect2 role="installation"> 99 99 <title>Installation of CMake</title> 100 100 <!-- 101 101 <para> 102 102 If <application>Qt4</application> and <application>Qt5</application> are … … 105 105 choose which one will be used to build the Qt-based GUI. 106 106 </para> 107 107 --> 108 108 <para> 109 109 Install <application>CMake</application> by running the following -
introduction/welcome/changelog.xml
r69b2349 r08f422e 47 47 <para>June 7th, 2016</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Archive qt4.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Make references to Qt4 in highlight and 54 cairo external.</para> 55 </listitem> 49 56 <listitem> 50 57 <para>[bdubbs] - Update graphviz to build with Qt5.</para> -
kde/phonon-backend-gstreamer.xml
r69b2349 r08f422e 90 90 running the following commands:</para> 91 91 92 <screen><userinput>source /usr/bin/setqt5 && 93 94 mkdir build && 92 <screen><userinput>mkdir build && 95 93 cd build && 96 94 -
kde/phonon-backend-vlc.xml
r69b2349 r08f422e 83 83 commands:</para> 84 84 85 <screen><userinput>source /usr/bin/setqt5 && 86 87 mkdir build && 85 <screen><userinput>mkdir build && 88 86 cd build && 89 87 -
kde/phonon.xml
r69b2349 r08f422e 83 83 running the following commands:</para> 84 84 85 <screen><userinput>source /usr/bin/setqt5 && 86 87 mkdir build && 85 <screen><userinput>mkdir build && 88 86 cd build && 89 87 -
kde/polkit-qt.xml
r69b2349 r08f422e 77 77 by running the following commands:</para> 78 78 79 <screen><userinput>source /usr/bin/setqt5 && 80 81 mkdir build && 79 <screen><userinput>mkdir build && 82 80 cd build && 83 81 -
lxqt/desktop/libqtxdg.xml
r69b2349 r08f422e 92 92 </para> 93 93 94 <screen><userinput>source setqt5 && 95 96 mkdir -v build && 94 <screen><userinput>mkdir -v build && 97 95 cd build && 98 96 -
x/lib/cairo.xml
r69b2349 r08f422e 106 106 <xref linkend="lzo"/>, 107 107 <xref linkend="mesa"/>, 108 <xref linkend="qt4"/>,109 108 <xref linkend="valgrind"/>, 109 <ulink url="http://download.qt.io/official_releases/qt/4.8/">Qt4</ulink>, 110 110 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>, 111 111 <ulink url="https://github.com/rillian/jbig2dec/">jbig2dec</ulink>, and -
x/lib/lib.xml
r69b2349 r08f422e 66 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pangomm.xml"/> 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt4.xml"/>69 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt5.xml"/> 70 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtwebkit5.xml"/> -
x/lib/qt5.xml
r69b2349 r08f422e 506 506 507 507 </sect3> 508 508 <!-- 509 509 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 510 href="../../xincludes/setqt.xml"/> 510 href="../../xincludes/setqt.xml"/>--> 511 511 </sect2> 512 512
Note:
See TracChangeset
for help on using the changeset viewer.