Mixed Python / C++ project in Qt Creator?
-
As per the title, is it possible to create a mixed Python/C++ project in Qt Creator?
I'm in the process of migrating a python-only numerical solver to C++. At the moment it doesn't use Qt, just matplotlib. Python modules are being swapped out for C++ ones, to ease testing during migration, and being replaced with shared libs that can be imported into the python main program.
Is there any support for this in Qt Creator? I don't need any Qt python code as yet, just the ability to compile/link/debug mixed code.