kColorPicker-0.2.0

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.

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

Package Information

kColorPicker Dependencies

Required

CMake-3.24.1 and Qt-5.15.5

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/kcolorpicker

Installation of kColorPicker

Install kColorPicker by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

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