QML Plugin Example▲

To run this example, use the following commands on the prompt:
Using CMake▲
Sélectionnez
cmake -DCMAKE_PREFIX_PATH=path/to/Qt/6.4.0/your_platform -S <source-dir> -B <build-dir> -G Ninja
cd path/to/build/dir
ninja
qml -I imports plugins.qmlFor more information about building on the command line using CMake, see Building projects on the command line.
Using qmake▲
Sélectionnez
qmake
make
qml -I imports plugins.qml

