update QT config

This commit is contained in:
hyzboy 2020-06-10 22:05:32 +08:00
parent c2df27db9c
commit 5207d9099c
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit bfed8348b8cca7943ec813f4872323664ff78c78 Subproject commit 7d35df757f12b204fd4556669d10b131cc373e3d

View File

@ -24,9 +24,12 @@ CMUtilSetup(${CMAKE_CURRENT_SOURCE_DIR}/CMUtil)
OPTION(CM_BUILD_TOOLS OFF) OPTION(CM_BUILD_TOOLS OFF)
if(CM_BUILD_TOOLS) if(CM_BUILD_TOOLS)
OPTION(CM_BUILD_GUI_TOOLS OFF) OPTION(CM_BUILD_GUI_TOOLS OFF)
IF(CM_BUILD_GUI_TOOLS)
include(QtCommon)
ENDIF()
add_subdirectory(TexConv) add_subdirectory(TexConv)
add_subdirectory(ShaderMaker) add_subdirectory(ShaderMaker)
endif(CM_BUILD_TOOLS) endif(CM_BUILD_TOOLS)