On Wednesday, 3 October 2018 08:26:27 PDT Shawn Rutledge wrote: > > note that the qt(core) code is already full of QT_VERSION_CHECK(6,0,0) > > which does effectively the same, but to activate it you would need to > > change .qmake.conf instead of just calling configure -qt6. > > I’ve written those once or twice but never actually tried to build that way. > It would be good to really try a few things soon. (Some things will be a > lot of work, so better not wait until there is a time crunch to get Qt 6 > done within a few months.) A configure option sounds like the nicer way to > do it, so that I can make a Qt6 shadow build of dev branch at any time.
A configure option that overrides the MODULE_VERSION variable from .qmake.conf should be easy. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
