46
Programming / Re: Qt6 Development
« on: December 30, 2024, 06:33:48 pm »My cmd file, based on what Paul recently recommended.Code: [Select]set BEGINLIBPATH=C:\work\qt6-os2\qt6-base-os2\build\libAdjust paths as needed.
dash ../configure -prefix /qt6-6.2.x -release -no-opengl -system-sqlite -openssl-linked -no-pch -- -DQT_BUILD_EXAMPLES=ON -DQT_BUILD_TESTS=OFF 2>&1 | tee configure.log
cmake --build . --parallel 2>&1 | tee build.log
Hi Dave,
You use qt6 or qt5 ?
I upload a qt5 file and a qt6 file