We are migrating from Qt 4.8 to Qt 5.2. Just find out QtWebKit now links against QtDeclarative which in turn depends on QtQuick, which depends on QtQml.
We do widgets only applications and don’t want to include all the libraries that we don’t use. Is there a way to remove QtQuick and QtQml from the loop?
Thanks.
↧