Skip to content

ZgblKylin/KtUtils

Repository files navigation

KtUtils

996.icu LICENSE LICENSE Codacy Badge

Qt Utilities by ZgblKylin.

Build

This project is designed to be integrate as a sub_directory.

Configure

Two CMake built-in options are used:

  • BUILD_SHARED_LIBS: OFF by default, enable to build shared libraries.
  • BUILD_TESTING: OFF by default, enable to build tests.

Compile

Just add these codes into your CMakeLists.txt

add_subdirectory(KtUtils)
target_link_library(${PROJECT_NAME} PUBLIC KtUtils)

Then it'll export precompile header <KtUtils/global> to your project. Feel free to use everything without manually include header files!

About

Qt Utilities by ZgblKylin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published