Commit Graph

8 Commits (3a8d543c72969c7fda7cdd1cdda2f17948a1e68e)

Author SHA1 Message Date
Adriaan de Groot 4602b30264 [libcalamaresui] Use PYTHONQT_INCLUDE_DIRS
- document new variable from the CMake module
 - use it in libcalamaresui to simplify #include'ing the
   header for the "all" extension.

Suggested by Denis Proskurin.
Adriaan de Groot 54bee71b44 CMake: Search for PythonQt_QtAll.h
Suggested by Denis Proskurin.
Adriaan de Groot 9651c588bc CMake: Search for PythonQt headers in more places.
Suggested by Denis Proskurin.
Adriaan de Groot 84c28e9efa CMake: explain better why PythonQt isn't found
Adriaan de Groot fda4b4e3c2 CMake: improve searching for PythonQt
- don't log when libs not found
 - log that it's the Python libraries version (not Python itself)
 - fix RE that was getting the wrong results for maj.min
Adriaan de Groot 970b6fcb19 CMake: find PythonQt better
- replace weird distinction between 3.0 and 3.2 by searching once
 - prefer 3.2
 - also look for suffixed versions (PythonXY) besides the Python3 suffix

FIXES 
Philip 7eeb4dbed4 [CMakeModules] Add support for PythonQT v3.2+
- this fixes 
Teo Mrnjavac ada620effc Find PythonQt.