Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a project that compiles against qt5 for Red Hat 6/7/8 but must compile against qt6 for Red Hat 9
Is it possible to use a single .pro file / qmake file that can run under either?
Hi,
A single qmake ? No, a single .pro file ? Yes, check the ones generated by Qt Creator. There's a test to check whether you are using Qt 4 or Qt 5 (or at least there was)
.pro