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.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

kColorPicker Dependencies

Required

CMake-3.26.3 and Qt-5.15.9

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