PythonQt icon indicating copy to clipboard operation
PythonQt copied to clipboard

Fix build for 5.10 and rearrange headers

Open iltommi opened this issue 8 years ago • 0 comments

The headers are rearranged to have the Python.h header included stl or Qt (quoting from https://docs.python.org/2/c-api/intro.html)

Since Python may define some pre-processor definitions which affect the standard headers on some systems, you must include Python.h before any standard headers are included.

iltommi avatar Jan 12 '18 10:01 iltommi