Experiments on CMake and PythonQt
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hi,
I tried to investigate if it would be possible to simplify cmake build with PythonQt.
My work is here https://github.com/jeandet/PythonQt
I did few choices:
No Qt4 support(Time to drop it)
Config time wrappers generation(remove all generated_* and tricky rules)
My goal is to make smaller the repository and make easier maintenance of PythonQt for my projects.
For now it's only tested on Linux, it just build, the installation is the next step.
The CMakeLists scripts can still be improved.
Any feedbacks are welcome.
Alexis.
Alexis, are you aware of https://github.com/commontk/PythonQt ?? The
patched-7
branch is the one you want.Dave
Hi David,
Thanks, in fact my repo is an indirect fork of this one. But I find the CMake scripts messy and I wanted to investigate the idea to generate on the fly the Qt Wrappers.
Alexis.
Last edit: Alexis Jeandet 2017-04-02