On 2013-09-17 12:30, Sze Howe Koh wrote: [...] > Example: > #include <QMultimedia> pulls in the QMultimedia namespace only, but > #include <QtMultimedia> pulls in the QMultimedia namespace PLUS all > the audio, video, radio, camera etc. classes. This can adversely > impact compilation times for large projects. [...]
...unless you use them in a pch.h... _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
