chore: remove useless code

This commit is contained in:
wuhai 2024-01-23 11:55:30 +08:00
parent ab57b607cd
commit 18fbee1695

View File

@ -221,14 +221,6 @@ if(APP_ENABLE_MODBUSSTUDIO)
endif()
endif()
# For Qt6.4 and later.
option(SAK_ENABLE_APP_EASYDEBUG "Enable to build EasyDebug." OFF)
if(SAK_ENABLE_APP_EASYDEBUG)
if(QT_VERSION_MAJOR EQUAL 6 AND QT_VERSION_MINOR GREATER_EQUAL 4)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/easydebug)
endif()
endif()
# The private module is not open source.
option(SAK_ENABLE_APP_PRIVATE "Do not change the option unless you are the author" OFF)
if(SAK_ENABLE_APP_PRIVATE)