moved a lot of qt codes to CMQT from CMPlatform

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

@ -1 +1 @@
Subproject commit 326060163fa5a7fdbb0daec04337d42e9216c2b0
Subproject commit 0048db5b30152fa3c579bfc8116a085c91210e07

2
CMQT

@ -1 +1 @@
Subproject commit 7ec16b63b9faf4d4c73b9b18dff81b3cc3ef69cc
Subproject commit 70ca5d727d41ed67ae7274e75642b8b104cb68ff

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)