Skip to content

qtilities/gtk-conf

Repository files navigation

GTK Settings

CI

Overview

Configuration tool for GTK system properties.

Dependencies

Runtime

  • Qt6 base

Build

  • CMake
  • Qt Linguist Tools
  • Qtilitools CMake modules
  • Git (optional, to pull latest VCS checkouts)

Build

CMAKE_BUILD_TYPE is usually set to Release, though None might be a valid alternative.
CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.
Using sudo make install is discouraged, instead use the system package manager where possible.

cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose
DESTDIR="$(pwd)/package" cmake --install build

Packages

Packaging status

Translations

For contributing translations the LXQt Weblate platform can be used.

Translation status

Licenses

About

GUI tool to set GSettings properties

Resources

License

Stars

Watchers

Forks

Contributors 16