[PyQt] Pyqt and QBS?

Phil Thompson phil at riverbankcomputing.com
Tue Aug 26 18:32:08 BST 2014


On 26/08/2014 6:13 pm, David Cortesi wrote:
> I am intrigued by QBS (
> http://blog.qt.digia.com/blog/2014/08/26/qbs-1-3-0-released/). It 
> appears
> to do something for cpp similar to what pyqtdeploy does for pyqt. 
> Although
> it can be "used for any software project" its doc makes no reference to
> anything but cpp and json.
> 
> Is there any relationship, beyond a general similarity, between 
> pyqtdeploy
> and Qbs? Could python/pyqt app-building be integrated into Qbs?

As I understand it QBS is a qmake replacement. I think you misunderstand 
what pyqtdeploy is - it's a tool for converting a Python application to 
what appears to be (to qmake and possibly QBS) a C++ application.

Phil


More information about the PyQt mailing list