I want to test some code with older version of QtQuick, how can I import a specific version?
I read here that the import statement is only asking for a minimum version, but that the environment will provide the latest. I don't know how to verify this, nor to check which lib version my program is actually running with.
I am using QtCreator and .pro file.