Import Visual Studio Project to QT
-
Hi Guys,
I had written a c++ project and using MicrosoftCognitive Speech Sdk installed using NuGet.
How can i import my project with all these necessary packages to QT.I tried import existing project as below:
I have no idea on which to mark, so i just followed default. After importing, it shows errors.
I tried to insert library in my QT project but no library can be added inside.Can anyone guide me on this?
Much appreciate!
Thanks -
Hi Guys,
I had written a c++ project and using MicrosoftCognitive Speech Sdk installed using NuGet.
How can i import my project with all these necessary packages to QT.I tried import existing project as below:
I have no idea on which to mark, so i just followed default. After importing, it shows errors.
I tried to insert library in my QT project but no library can be added inside.Can anyone guide me on this?
Much appreciate!
Thanks@Jun-wong said in Import Visual Studio Project to QT:
After importing, it shows errors
What errors?
"I tried to insert library in my QT project but no library can be added inside" - please show what you did exactly.
-
That thing looks a lot like a compiled library. You don't need to add the sources back in the project that uses it. See https://doc.qt.io/qtcreator/creator-project-qmake-libraries.html