Shiboken2 & CMake -> How to add additional Qt Modules?
-
Hi everybody!
I followed this tutorial step by step and was able to make everything work as described.
https://blog.basyskom.com/2019/using-shiboken2-to-create-python-bindings-for-a-qt-library/
Now I want to import my own C++ library into Python, but there are additional dependencies to other Qt modules (QtQuick and QtWebSockets). Can anyone tell me how to customize this CMake file to add additional Qt Modules? I'm totally lost with this CMake thing...Thank you very much in advance!