Hakeem El Bakka-lee
Hakeem El Bakka-lee

Reputation: 776

Qt into ObjectiveC code

As i'am coding in objective-c, i'am wondering if i can put some Qt code in my objective-c project and compile it all together ? i did a research but the answers were kind of shady. If this is possible, do you have a hint or an answer on how to do this please ? Thank you.

Upvotes: 1

Views: 612

Answers (1)

TheDarkKnight
TheDarkKnight

Reputation: 27629

It is possible, as I do this the other way round - Use Objective C in a Qt project with Qt Creator. That's easy to do by adding .m or .mm files to the project and linking to the required frameworks.

To add Qt to XCode requires creating a project file from Qt. This post seems to describe steps required to do this.

Upvotes: 1

Related Questions