回帖:fsu0413:Qt 6.2 带 6.3 QtWebEngine 构建成功了,不过 QtPdf 不 configure
看了一下 QtPdf 里面有个版本号判断 Qt6Core 版本号大于等于6.3.0,而 QtWebEngine 里面没有
寄了,从此之后的 Qt 6.2.4 构建没有 QtPdf 了
....... (2022-09-14 19:14)
将较新版本的 Qt WebEngine 跟较旧版本的 Qt 一起编译,本来就是允许的,不需要用到我以前说的那种方法。
git提交记录中说:We do not support building QtPdf against older version. There are some complains form moc compiler about missing Q_OBJECT macros when doing build against 6.2, simply disable the build. 所以 Qt PDF 6.3.2 不能跟 Qt 6.2.4 一起编译。