Skip to content
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

Web Engine #53

Closed
5k3105 opened this issue Sep 23, 2016 · 4 comments
Closed

Web Engine #53

5k3105 opened this issue Sep 23, 2016 · 4 comments

Comments

@5k3105
Copy link
Contributor

5k3105 commented Sep 23, 2016

Hi tr,

I was interested in getting this running on windows. You mentioned I needed to install visual studio. I am interested in testing this out when you have time. No rush please.

@therecipe
Copy link
Owner

Hey

I will take a look at it once I got some time, but it probably requires some changes in qtdeploy and
that you install one of these msvc packages from https://download.qt.io/official_releases/qt/5.7/5.7.0/ and either visual studio 2013 or 2015.

Also there might be a chance that they will bring back the WebKit module in 5.8 (which hopefully works with the gcc/g++ version of mingw)

@therecipe
Copy link
Owner

I looked into this, but unfortunately Qt requires a visual studio compiler (2013 or 2015) which seems to be incompatible with cgo.
It may be possible to use clang http://llvm.org/releases/download.html on windows (I'm not entirely sure) instead of msvc, but clang is currently incompatible as well.
But there seem to be related issues to get clang working on windows: golang/go#16932 and golang/go#17014

Also there might be a comeback of the webkit module, which should work with mingw https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Windows-(MSYS)

@5k3105
Copy link
Contributor Author

5k3105 commented Oct 13, 2016

tr,

Thanks for taking a look. Happy for any excuse not to install Visual Studio :)

@therecipe therecipe mentioned this issue Nov 19, 2016
@5k3105 5k3105 closed this as completed Dec 15, 2016
@therecipe
Copy link
Owner

@5k3105
I haven't forgotten the WebKit on windows and will implement it in the future, I promise ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants