Skip to content

vptyp/pythonqt-cmake

 
 

Repository files navigation

PythonQt

Another cmake fork

https://github.com/commontk/PythonQt/tree/patched-10 - solution is deprecated currently.

At this moment, there are no cmake files for tests and generator. + Only working with python3. Feel free to open issues or contribute if you find this solution helpful.

License

PythonQt is a dynamic Python binding for Qt. It offers an easy way to embed the Python scripting language into your Qt applications.

Documentation

API documentation is available at: https://mevislab.github.io/pythonqt

Licensing

PythonQt is distributed under the LGPL 2.1 license.

Building

To build PythonQt, you need to install Python and Qt5/6 to your system and add it to the PATH for find_package

cmake -B <path-to-build-dir> -S <path-to-source-dir>
cd <path-to-build-dir>
make  # based on chosen generator
make install #based on chosen generator

About

Dynamic Python binding for Qt Applications - CMake fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
  • QMake 0.0%
  • C 0.0%
  • CMake 0.0%
  • Shell 0.0%
  • Batchfile 0.0%