Re: mingw include path missing Qt

2017-10-23 Thread Peter Quiring
I didn't see it was in /usr/include/qt5 as well. That would be a standard location. Thanks. On Fri, Oct 20, 2017 at 2:13 PM, Marco Atzeri wrote: > On 20/10/2017 20:00, Peter Quiring wrote: >> >> Another issue I'm having with mingw is the Qt headers are not in the >> include path. >> >> So I alw

Re: mingw include path missing Qt

2017-10-20 Thread Marco Atzeri
On 20/10/2017 20:00, Peter Quiring wrote: Another issue I'm having with mingw is the Qt headers are not in the include path. So I always have to add -Ic:\cygwin\usr\x86_64-w64-mingw32\sys-root\mingw\include\qt5 to get the Qt headers included. Is there a correct way to do this? Thanks. this i