Ben wrote: > +1 > It seems to match how Qt4 works quite well too, so it should make it easy to > transition to Qt5.
A further simplification proposed by Thomas and Lars was to use a MODULE tag in the .pro file for all modules that are qmake based or handled (so you don't have to add them to LIBS): MODULE += qtwebkit qtpim some_module_that_doesnt_start_with_qt This would be a little different from Qt4, but nice and simple. Best regards, Henry _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
