Changeset cba9c041
- Timestamp:
- 12/16/2016 06:01:39 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- 92245989
- Parents:
- 9e06b5c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt5.xml
r9e06b5c5 rcba9c041 79 79 </itemizedlist> 80 80 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>82 <itemizedlist spacing="compact">83 <listitem>84 <para>85 Required patch if building qtwebengine:86 <ulink url="&patch-root;/qt-&qt5-version;-qtwebengine_glibc224-1.patch"/>87 </para>88 </listitem>89 </itemizedlist>90 91 81 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead> 92 82 … … 236 226 237 227 <para> 238 If you are building qtwebengine, install the patch to fix runtime239 breakage in the chromium sandbox :240 </para>241 242 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwebengine_glibc224-1.patch</userinput></screen>243 244 <para>245 228 Install <application>Qt5</application> by running the following commands: 246 229 </para> 247 230 248 <screen><userinput>export CXXFLAGS=-fno-delete-null-pointer-checks && 249 250 ./configure -prefix $QT5PREFIX \ 231 <screen><userinput>./configure -prefix $QT5PREFIX \ 251 232 -sysconfdir /etc/xdg \ 252 233 -confirm-license \ … … 387 368 <sect2 role="commands"> 388 369 <title>Command Explanations</title> 389 390 <para>391 <command>export CXXFLAGS=-fno-delete-null-pointer-checks</command>:392 Work around a build issue when using gcc-6.1 and later.393 </para>394 370 395 371 <para>
Note:
See TracChangeset
for help on using the changeset viewer.