This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use Qt macros



I try to import Qt project qtInterface to Code Composer from DVSDK examples. This is the tutorial I'm following to get it working: http://processors.wiki.ti.com/index.php/Code_Composer_Studio_v5_Users_Guide#Importing_Qt_Projects.

But I can't build the project because of the Qt macros: compiler doesn't know anything about Q_OBJECT and others.