moved a lot of qt codes to CMQT from CMPlatform

This commit is contained in:
2022-06-25 22:51:22 +08:00
parent 1ee225c429
commit b9d5aba136
3 changed files with 4 additions and 6 deletions

View File

@@ -27,6 +27,8 @@ if(CM_BUILD_TOOLS)
IF(CM_BUILD_GUI_TOOLS)
include(QtCommon)
use_cm_module(QT)
ENDIF()
if(WIN32)
@@ -39,10 +41,6 @@ if(CM_BUILD_TOOLS)
add_subdirectory(ShaderMaker)
add_subdirectory(MeshConv)
add_subdirectory(TextEncodeConvert)
IF(CM_BUILD_GUI_TOOLS)
add_subdirectory(CMWorkshop)
ENDIF()
endif(CM_BUILD_TOOLS)
OPTION(CM_BUILD_EXAMPLES OFF)