Changeset 2234c90
- Timestamp:
- 01/08/2019 06:29:26 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- d251e11
- Parents:
- bd1208b5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rbd1208b5 r2234c90 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Correct my syntax error in the qmake command 49 of qtwebengine-5.12.0.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to krb5-1.16.3. Fixes 49 53 <ulink url="&blfs-ticket-root;11527">#11527</ulink>.</para> -
x/lib/qtwebengine.xml
rbd1208b5 r2234c90 167 167 cd build && 168 168 169 qmake -- -system-ffmpeg -webengine-icu ..&&169 qmake .. -- -system-ffmpeg -webengine-icu && 170 170 make</userinput></screen> 171 171 <!-- … … 212 212 213 213 <para> 214 <command>-- -system-ffmpeg -webengine-icu ..</command>: If any options are215 passed to qmake ithey must come after '--' and before the '..' whichpoints214 <command>-- -system-ffmpeg -webengine-icu</command>: If any options are 215 passed to qmake ithey must come after '--' which must follow '..' that points 216 216 to the main directory. The options here cause it to use system ffmpeg and 217 217 system icu. If built as part of full Qt5, the system icu is automatically
Note:
See TracChangeset
for help on using the changeset viewer.