Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.13 KB

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!