Changeset 4584c7b for kde/kf5/kf5-frameworks.xml
- Timestamp:
- 12/24/2019 09:19:28 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 9b51413
- Parents:
- 81210e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r81210e4 r4584c7b 320 320 tar -xf $file 321 321 pushd $packagedir 322 322 <!-- the following statement may be not needed in 5.66+ --> 323 case $name in 324 kitemviews*) sed -i '/<QList>/a #include <QPersistentModelIndex>' \ 325 src/kwidgetitemdelegatepool_p.h ;; 326 kplotting*) sed -i '/<QHash>/a #include <QHelpEvent>' \ 327 src/kplotwidget.cpp ;; 328 knotifica*) sed -i '/<QUrl>/a #include <QVariant>' \ 329 src/knotification.h ;; 330 kcompleti*) sed -i '/<QClipboard>/a #include <QKeyEvent>' \ 331 src/klineedit.cpp ;; 332 kwayland*) sed -i '/<wayland-xdg-output-server-proto/a #include <QHash>' \ 333 src/server/xdgoutput_interface.cpp ;; 334 esac 335 323 336 mkdir build 324 337 cd build … … 357 370 <title>Command Explanations</title> 358 371 372 <!-- the following statement may be not needed in 5.66+ --> 373 <para> 374 <command>case ...</command>: Those modifications are required to build 375 with <xref linkend="qt5"/>. 376 </para> 359 377 <para> 360 378 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
Note:
See TracChangeset
for help on using the changeset viewer.