qmlnet-examples icon indicating copy to clipboard operation
qmlnet-examples copied to clipboard

How to run

Open karl-f opened this issue 6 years ago • 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 avatar Jul 31 '19 08:07 karl-f

@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

smolck avatar Oct 18 '19 13:10 smolck