How to import Qt UI library into xcode project
-
Hi People,
Currently I’m working on the development of a plugin for Adobe Illustrator, which have a Xcode templates to start a new plugin. Since Qt offers tools for GUI development, I would like to include Qt in the Xcode project to develop our user interface.
I've created a project (C++ Library) named PluginUI on the Qt Creator, but I don't know how to import it to XCode. What's need I to import into the Xcode project, source code of the PluginUI or the complied file( dynamic library) of PluginUI.
I've followed the steps on this page "Using Qt from a Xcode project":http://qt-project.org/forums/viewthread/8825, but failed.
Could someone guide me to configure it? thanks a lot!Happy new year!
Jae Liu