mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
524f0040d2
commit
8e5c1c7e0a
@ -226,6 +226,7 @@ endif()
|
||||
# Qt Charts module
|
||||
find_package(Qt${QT_VERSION_MAJOR} QUIET COMPONENTS Charts)
|
||||
if(Qt${QT_VERSION_MAJOR}Charts_FOUND)
|
||||
option(X_TOOLS_ENABLE_CHARTS "Enable Charts module" ON)
|
||||
add_compile_definitions(X_TOOLS_ENABLE_CHARTS)
|
||||
else()
|
||||
message(STATUS "Charts module is disable, chart files will be removed.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user