Changeset fb79d0a
- Timestamp:
- 05/16/2021 11:13:22 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- 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.