Re: [Mingw-w64-public] what supplies pyQt5/Qt subdirectory?

2019-12-20 Thread David Mathog
On 2019-12-19 13:10, David Mathog wrote: Is there a pacman package which supplies that Qt subdirectory? Made some progress. This exists: /mingw32/lib/python2.7/site-packages/PyQt5/QtWidgets.pyd so the widgets are already built into a Python dll, they are not present as separate files in

[Mingw-w64-public] msys2-mingw64 cmake gives undefined behaviour, can not find include header

2019-12-20 Thread Stéphane Ancelot
Hi, Migrating a code to msys2 compilation (cmake inside msys ),mingw64 does not find an include file for unknwon reason. the file is located in a project defined as follow: cmake_minimum_required(VERSION 3.10) project(include_commun) add_library(include_commun INTERFACE)