mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: remove useless file
This commit is contained in:
parent
8c4796edd8
commit
97e00767d3
@ -1,35 +0,0 @@
|
|||||||
option(X_ENABLE_X_APPS "Enable apps" OFF)
|
|
||||||
if(NOT X_ENABLE_X_APPS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(ANDROID OR IOS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Remove all main.cpp xTools.rc files from X_SOURCES
|
|
||||||
set(X_APPS_SOURCES ${X_SOURCES})
|
|
||||||
foreach(source ${X_APPS_SOURCES})
|
|
||||||
if(${source} MATCHES "main.cpp")
|
|
||||||
list(REMOVE_ITEM X_APPS_SOURCES ${source})
|
|
||||||
endif()
|
|
||||||
if(${source} MATCHES "xTools.rc")
|
|
||||||
list(REMOVE_ITEM X_APPS_SOURCES ${source})
|
|
||||||
endif()
|
|
||||||
endforeach()
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------------------------
|
|
||||||
# xAssistant
|
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/xassistant/xAssistant.cmake)
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------------------------
|
|
||||||
# xDebug
|
|
||||||
if(NOT QT_VERSION VERSION_LESS "6.8.0")
|
|
||||||
# include(${CMAKE_CURRENT_LIST_DIR}/xdebug/xDebug.cmake)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------------------------
|
|
||||||
# xPing
|
|
||||||
if(NOT QT_VERSION VERSION_LESS "6.8.0")
|
|
||||||
# include(${CMAKE_CURRENT_LIST_DIR}/xping/xPing.cmake)
|
|
||||||
endif()
|
|
||||||
Loading…
Reference in New Issue
Block a user