Re: [Pyobjc-dev] Calling Objective-C++ code
Brought to you by:
ronaldoussoren
From: Douglas R. <jo...@vt...> - 2014-07-30 02:26:02
|
Hey everyone. I just wanted to do a quick follow-up. As Ronald suggested in his reply, the best solution ended up being SIP. It's the only solution I found that has built-in support for Objective-C and Qt. Getting SIP & qmake set up was a bit painful but I eventually nailed it. So, yes, always choose the best tool for the job. In this case, it wasn't PyObjC. Maybe it will be for some of you. Good luck! |