Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3, 6.8.1
-
None
-
MacOS 12.5
XCode 14.1
Description
I'm using a statically built universal (x86_64;arm64) version of Qt6.5.3 on MacOS.
During installation of the kit the file qtwebengine/src/pdf/release/Pdf.a doesn't seem to be copied into the $QT_INSTALL_LIBS folder, so linking any qmake project leads to linker errors.
As a workaround I manually copied the file and added $$[QT_INSTALL_LIBS]/Pdf.a to the QMAKE_PRL_LIBS line in $QT_INSTALL_LIBS/libQt6Pdf.pri.
After that the project compiles as expected.