I build qt6 from qt-6.1 branch with the following commands: mkdir qt6-build > cd qt6-build > ..\qt5\configure.bat -prefix ..\qt6-win64 -debug-and-release -opengl > desktop -D QT_NO_BUILD_TESTS=ON -D QT_NO_MAKE_EXAMPLES=ON -skip qt3d -skip > qtactiveqt -skip qtgraphicaleffects -skip qtmultimedia -skip qtwebengine > -skip qtwinextras > cmake --build . --parallel > cmake --install .
Everything goes well, but after installation I found that only release versions of qt libs were installed in the installation directory specified in the configure process. But I have added the -debug-and-release configuration option in the configure step. What is wrong with my building commands? Thanks.
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest