Book a Demo

Author Topic: Can't import Qt source code  (Read 3441 times)

Christian Ehrlicher

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Can't import Qt source code
« on: June 05, 2009, 07:03:33 pm »
Hi,

I can't import Qt source code due to Q_SIGNALS preprocessor macro:

class Test : public QObject
{
  ...
  Q_SIGNALS:
    void mySignal();
}

I can't add 'Q_SIGNALS:' as a preprocessor macro (parser error) and adding Q_SIGNALS gives a parser error during import because EA don't know what to do with ':' ... :(

Any idea how to fix this problem?


Thx,
Christian