Generic Projects and Qt Code Completion in Creator
-
wrote on 7 Jul 2012, 11:33 last edited by
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 -
wrote on 11 Jul 2012, 19:02 last edited by
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.
1/2