-
Notifications
You must be signed in to change notification settings - Fork 83
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
cross compile with mingw #62
Comments
You could look at the dockcross/windows-x64 image, it also provides a toolchain file. PS: Currently in an airport, I can not download the docker image to experiment.
That said, you could try to explicitly set the variable configuring with |
I did set up something similar with docker https://hub.docker.com/r/iltommi/neutrino-docker-cross it's fedora based (which has a lot of pre-built mingw packages) |
ok I understand that you included more recent input from sourceforge mai tree. I got your tree compiled with
thanks a lot! |
I'm trying to cross compile using mingw and I get an error when compiling
I bet you already run into this since : https://github.com/commontk/PythonQt/blob/patched-8/CMakeLists.txt#L154
but in my case the variable
${Qt5Core_PRIVATE_INCLUDE_DIRS}
is emptyqmetaobjectbuilder_p.h
is located here:/usr/i686-w64-mingw32/sys-root/mingw/include/qt5/QtCore/5.9.3/QtCore/private/qmetaobjectbuilder_p.h
The text was updated successfully, but these errors were encountered: