How to create a QML-Plugin in Visual Studio using the QtVsTools extension?

28 Views Asked by At

To create a plugin in QT using a PRO file, just specify:

   CONFIG += plugin qmltypes
   QML_IMPORT_NAME=Geometry
   QML_IMPORT_VERSION=1

But there is no such thing in Visual Studio, I don’t understand how to make a plugin there.

0

There are 0 best solutions below