Book a Demo

Author Topic: How to integrate the Qt libraries in EA  (Read 3177 times)

yoursort

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to integrate the Qt libraries in EA
« on: September 17, 2009, 06:24:48 pm »
Hey, I like to know how one can integrate the Qt libraries into an Enterprise Architect project. I do not know if it is possible at all but I tried it with partial success:

I added a new package to my project tried to import qt through Context Menu / Code Engineering / Import Source Directory and started with the directory src/corelib/kernel. After adding quite a lot qt preprocessor macros to the EAs preprocessor macros list some classes were correctly imported but not all. E.g. I get errors on the Q_SIGNALS macro although I added it to EAs list.

Did anybody here tried that with success? And when yes can you give me some hints how to do that?

Thanks!