qmlnet/qmlnet-examples

How to run

Opened this issue · 1 comments

I am newer in QT, How I run the demo ? I use command "dotnet publish" ,then I cd to the publish dir. command "dotnet Features.dll" but There is nothing happen. PS: I have install QT5.13 on my windows

@karl-f This works for me (note that I'm on Linux, so some commands may be different for you):

$ git clone https://github.com/qmlnet/qmlnet-examples
$ cd qmlnet-examples/src/Features
$ dotnet run Program.cs