Qt 6.6.1 macOS Sonoma 14.2.1 build issues. Missing header files
-
Hello.
I'm trying to build Qt 6.6.1 from sources on macOS Sonoma 14.2.1 with Xcode 15.1 using the following configuration
./configure -prefix $INSTALL_FOLDER -openssl-runtime -- -D OPENSSL_ROOT_DIR=/opt/OpenSSL/3.2.0After running
cmake --build . && cmake --install .there are no header files in libraries such as QtCore.framework or QtGui.framework in installation folder.
I have a question whether there is already support for macOS Sonoma in Qt 6? In the documentation, macOS 14 is not on the list of supported platforms so I was wondering if this could be the reason for my build issues.
-
Hi and welcome to devnet,
First, please use an out of source build.
What isINSTALL_FOLDER?
Where did you get the source from ? -
Thank you for your answer.
I've managed to resolve my problem. I didn't have Ninja installed and I was using only cmake during the build. I hadn't encountered this problem on previous macOs versions when I was using just cmake. I downloaded qt from this source.
-
O Op1234 has marked this topic as solved on