Changeset fb79d0a for x/lib/qt5.xml
- Timestamp:
- 05/16/2021 11:13:22 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- cbb1dd2
- Parents:
- 25ef5f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt5.xml
r25ef5f7 rfb79d0a 245 245 -examplesdir /usr/share/doc/qt5/examples</userinput></screen> 246 246 </note> 247 <!-- Applied upstream in 5.15.0 248 <para> 249 First fix an issues using gcc-10: 250 </para> 251 252 <screen><userinput>patch -Np1 -i ../qt-everywhere-src-&qt5-version;-gcc10-1.patch</userinput></screen> 253 --> 247 248 <para> 249 First fix some issues using gcc-11: 250 </para> 251 252 <screen><userinput> 253 sed -i '/string/a #include<limits>' qtbase/src/corelib/global/qfloat16.h && 254 sed -i '/qbytearray/a #include<limits>' qtbase/src/corelib/text/qbytearraymatcher.h && 255 sed -i '/type_traits/a #include<limits>' qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h</userinput></screen> 254 256 255 257 <para>
Note:
See TracChangeset
for help on using the changeset viewer.