-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VC++ support #42
Comments
Hello @ironmanmark20 . I am afraid that unless money is involved, VC++ is indeed an extremely minor priority to me. I have two more major features to add to C++#/Qt#, one of them far from trivial, then I have to add continuous integration, and then I want to ensure proper Linux and OS X support. May I ask for the exact reasons you need the VC++ version of Qt? I would like to discuss it because it might turn out that Qt MinGW would work for you just as well. |
The biggest issue is that MinGW is not compatible with MSVC binaries, so I would have to re-compile the most popular libraries and other things I am using. It also would limit Qt# to the desktop (I have an eye towards using it in a UWP app). I don't need it now, I just want it to happen. |
I understand. Well, if I get to wrapping Qt for VC++ at a reasonable time from now, I'll let you know. |
No worries, I am watching the repo. Keep up the good work! |
I would love to see it also |
I know you don't have it currently, but I would love to see it.
The text was updated successfully, but these errors were encountered: