Generic Projects and Qt Code Completion in Creator
-
Hello folks,
is there any possibility to use an imported generic project (neither qmake nor cmake) which nevertheless uses Qt and get the Creator to know that Qt is used. I'm having a real hard time to get code completion / documentation working for Qt classes within my project.
Regards,
Bernhard -
Creator checks all the include pathes listed for the headers. Adding the directories holding the Qt headers into the relevant file (can't remember the name right now, sorry... I think its ends in .includes or similar) should work.