kColorPicker-0.3.1

Introduction to kColorPicker

kColorPicker is a QToolButton library with a color popup menu, which lets you select colors. The popup menu features a color dialog button which can be used to add custom colors to the popup menu.

[Note]

Note

This package is known to build and work properly using an LFS 13.0 platform.

Package Information

kColorPicker Dependencies

Required

CMake-4.2.3 and Qt-6.10.2

Installation of kColorPicker

Install kColorPicker by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_SHARED_LIBS=ON      \
      -D BUILD_WITH_QT6=ON         \
      .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libkColorPicker.so
Installed Directories: /usr/lib/cmake/kColorPicker