The title states it all; I'm trying to use the Particles feature available in Qt through Qt Jambi Libraries. I know that to use Particles in Qt you have to import it first using something like:
import QtQuick.Particles 2.0.
But whenever I try to import QtQuick using Qt Jambi Libraries it shows that there is no such a class with that name. Is Particles class included in Qt Jambi but under another class, or is it not even a feature supported by Qt Jambi yet?