Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-20 Thread Michael Jackson
On Nov 18, 2014, at 10:04 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-18 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Ziller Eike
On Nov 15, 2014, at 4:02 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 3:06 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Nov 15, 2014, at 4:02 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Nikolai Kosjar
On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes 2) Open Menu: Tools C++ Inspect C++ Code Model 3) There, switch to the

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Nikolai Kosjar
On Mon, 17. Nov 09:50, Michael Jackson wrote: Can I manually add an include path? You could try to set up a generic project as a workaround: http://qt-project.org/doc/qtcreator-3.2/creator-project-generic.html Nikolai ___ Qt-creator mailing list

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 11:27 AM, Michael Jackson imikejack...@gmail.com wrote: On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-17 Thread Michael Jackson
On Nov 17, 2014, at 10:59 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: ... Please check what the Code model gets as input from the Project (managers): 1) Open a file with unresolved includes

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Nikolai Kosjar
Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is a red squiggly line under #include QtCore/QObject and then none of the syntax highlighting works after that. Please check what the Code model gets as input from the

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Nikolai Kosjar
On Thu, 13. Nov 10:17, Steve Atkins wrote: Tools - C++ - Inspect C++ Code Model might be useful (or it might cause Creator to unceremoniously crash: save everything first). Recently I've fixed a crash for the case that you call the dialog while having the clang code model activated. I'm not

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Michael Jackson
On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is a red squiggly line under #include QtCore/QObject and then none of the syntax

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-14 Thread Michael Jackson
On Nov 14, 2014, at 3:34 AM, Nikolai Kosjar nikolai.kos...@theqtcompany.com wrote: Hi! On Thu, 13. Nov 12:36, Michael Jackson wrote: The issue is that QtCreator can not seem to locate any Qt Header. There is a red squiggly line under #include QtCore/QObject and then none of the syntax

[Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Michael Jackson
Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project is CMake based. I have no problems Opening my project and all that. I change the kit to my Qt 5.3.1 installation. Everything compiles fine. The issue is that

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Steve Atkins
On Nov 13, 2014, at 9:36 AM, Michael Jackson imikejack...@gmail.com wrote: Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project is CMake based. I have no problems Opening my project and all that. I change

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Tobias Hunger
Hi Am 13.11.2014 18:37 schrieb Michael Jackson imikejack...@gmail.com: Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project is CMake based. I have no problems Opening my project and all that. I change the kit to

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Michael Jackson
On Nov 13, 2014, at 1:44 PM, Tobias Hunger tobias.hun...@gmail.com wrote: Hi Am 13.11.2014 18:37 schrieb Michael Jackson imikejack...@gmail.com: Setup: OS X 10.8.5, Xcode 5.1.x, QtCreator 3.2.1. I have a pair of Kits setup: Qt 4.8.6 and Qt 5.3.1. Both are self built. My project is

Re: [Qt-creator] Creator Can not locate Qt Headers

2014-11-13 Thread Tobias Hunger
On Nov 13, 2014 10:02 PM, Michael Jackson imikejack...@gmail.com wrote: I have completely separate build directories for the Qt4 and Qt5 builds. I should have been more clear. Thanks for the feedback on using QtCreator on OS X and actually trying to debug. It really does look like it is a lost