Reputation: 1456
I have been struggling to integrate ITKinto Qt project. I had Googled but i did not find anything helpful. I am trying to integrate it as it is Opencv. But I ended up with failure, can anyone tell me the correct process. Great thank if any proper references are provided.
Upvotes: 1
Views: 909
Reputation: 10273
There is no reason to actually compile ITK INSIDE of Qt. You should just use both of those projects (ITK and Qt) from your client project separately.
Upvotes: 1