mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: do something make android happy
This commit is contained in:
parent
e51a7f0f61
commit
2339563bfe
@ -6,7 +6,7 @@ if(ANDROID OR IOS)
|
||||
file(GLOB_RECURSE QSS_MGR_SOURCE "${TMP_DIR}/*.*")
|
||||
foreach(file ${QSS_MGR_SOURCE})
|
||||
message(STATUS "[QSS]Remove file: ${file}")
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCE ${file})
|
||||
list(REMOVE_ITEM X_TOOLS_SOURCES ${file})
|
||||
endforeach()
|
||||
else()
|
||||
option(X_TOOLS_ENABLE_QSS "Enable Qt advanced style sheet" ON)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user