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

2
CMQT

Submodule CMQT updated: 7ec16b63b9...70ca5d727d

View File

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