Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming you're using a recent version of Qt, such as version 4.7.4, and a recent version of Qt Creator, such as the branch 2.3 .*.</p> <p>Probably somewhere in this process, Qt Creator or the settings for this specific project lost the reference to Qt install.</p> <p>We first need to find out if Qt Creator knows where Qt is installed. Go to <code>Tools &gt; Options...</code>. Then click in Qt4. Here will show all installed and detected Qt versions.</p> <p><img src="https://i.stack.imgur.com/iDiPw.png" alt="Detected Qt versions"></p> <p>As you can see, I have one Qt version installed (4.7.4), which was automatically detected. </p> <p>If you do not have any installed version, you need to indicate a one manually. Simply click <code>Add</code> and point it to the right <code>qmake.exe</code>. Use the paths of the figure as reference. If you are developing a windows/mingw application, just need to add the <code>qmake.exe</code> associated with mingw (<code>c:\qtsdk\desktop\qt\4.7.4\mingw\bin\qmake.exe</code> on my computer) and remember the Version name, we'll need that in next step.</p> <p>After that, open the project and click on <code>Projects</code> in the lateral bar. You need to Substitute the Qt version. Click on <code>Manage</code> next to it and select the correct version. This should resolve the problem.</p> <p><img src="https://i.stack.imgur.com/FDGQg.png" alt="Changing the project&#39;s Qt version"></p> <p>Any trouble just comment. Sorry about the creepy english.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload