yrnkrn / zapcc

zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Other
1.25k stars 60 forks source link

Impossible to use QtWebEngine under Windows #33

Open n-r-w opened 5 years ago

n-r-w commented 5 years ago

It is not possible to use the QtWebEngine under Windows, because on the one hand zapcc does not support MSVC target, and on the other hand QtWebEngine is not available for mingw.

yrnkrn commented 4 years ago

Yes, this is correct.