chore: remove useless files

This commit is contained in:
x-tools-author 2024-03-27 15:43:21 +08:00
parent c9754de175
commit 6182b2364b
2 changed files with 0 additions and 20 deletions

View File

@ -1,17 +0,0 @@
if(NOT Qt6_VERSION VERSION_LESS "6.5.0")
if(EXISTS ${CMAKE_SOURCE_DIR}/Source/Private/Private)
add_subdirectory(${CMAKE_SOURCE_DIR}/Source/Private/Private)
endif()
set(GITEE_URL "https://gitee.com/x-tools-author/x-tools-private.git")
add_custom_target(
ClonePrivateModules
COMMAND git clone ${GITEE_URL} ./Private || echo "clone private modules"
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Source/Private)
add_custom_target(
PullPrivateModules
COMMAND git pull ${GITEE_URL}
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Source/Private/Private)
endif()

View File

@ -1,3 +0,0 @@
# Qt Swiss Army Knife Private Module
> The module is not open source.