The KDDockWidgets package is a Qt dock widget library suitable for replacing QDockWidget and implementing advanced functionalities missing in Qt.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://github.com/KDAB/KDDockWidgets/releases/download/v2.4.0/kddockwidgets-2.4.0.tar.gz
Download MD5 sum: 6ad73ca8501c207d99116210054814aa
Download size: 5.4 MB
Estimated disk space required: 112 MB
Estimated build time: 0.6 SBU (using parallelism=4)
Install KDDockWidgets by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \
-D CMAKE_BUILD_TYPE=Release \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install