Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved] Qt 5.3.1 MSVC2013 Build error
Forum Updated to NodeBB v4.3 + New Features

[Solved] Qt 5.3.1 MSVC2013 Build error

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 999 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    skammers
    wrote on last edited by
    #1

    Hey!

    Have a problem which I think is related to OpenGL, so I am trying a Qt version without OpenGL. But now I get errors that not all of my header files can be found. But they are located in the build directory, so I dont know why I get this error. I get 4 errors of this type (only change name for the header file):

    • c:\qt\sommerjobb - tomra\transed\Source\languagelist.h:3: error: C1083: Cannot open include file: 'langitmodel.h': No such file or directory

    Any help?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It looks completely unrelated to OpenGL nor Qt, you seem to be missing an the include path to find "langitmodel.h". Where is it ?

      On a side note (important one) you are going to get into trouble with the path you are currently using (c:\qt\sommerjobb – tomra). Paths with spaces in it have always been problematic on windows, you should change that.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        skammers
        wrote on last edited by
        #3

        I found the error: i did this
        @
        #include "languagelist.h"
        #include <langitmodel.h>
        @

        instead of this:
        @#include "languagelist.h"
        #include "langitmodel.h"@

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved