diff --git a/CMakeLists.txt b/CMakeLists.txt index c6e90643..9d88a822 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/scripts/ci-build-android-armv7.sh b/scripts/ci-build-android-armv7.sh index 3d17df5e..941cf515 100644 --- a/scripts/ci-build-android-armv7.sh +++ b/scripts/ci-build-android-armv7.sh @@ -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 \ No newline at end of file +fi