mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
426e722002
commit
9ceec6cbd0
@ -344,3 +344,9 @@ if(APPLE)
|
||||
include(${CMAKE_SOURCE_DIR}/cmake/dmg/dmg.cmake)
|
||||
x_generate_dmg(xTools ${X_LATEST_GIT_TAG})
|
||||
endif()
|
||||
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
# ???
|
||||
if(QT_VERSION_MAJOR EQUAL 6)
|
||||
qt_finalize_target(xTools)
|
||||
endif()
|
||||
|
||||
@ -44,4 +44,4 @@ chmod +x /opt/qt/6.8.3/gcc_64/bin/androiddeployqt
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Android deployment failed"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user