在项目从Qt5迁移到Qt6之后,用于android的项目构建的规模增加了很多倍。该项目的主库(*.so)开始占用700 MB,而不是以前的16 MB。stripDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libMyApp_arm64-v8a.so, libQt6Core5Compat_arm64
我正在向Qt6移植一个Qt5应用程序。我想尽快离开Qt6的Qt5CoreCompat模块。我的问题是应该用QRegularExpression类替换的QRegExp类。大多数补丁都是相对微不足道的,但是如何在Qt6中移植QRegExp::exactMatch()呢?以下是应用程序中的一些代码: QRegExp version(QLatin1String("(.+)_v(\\d+)"));
if (