Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Error C1083 "No such file or directory" for <QtSQL>
Qt 6.11 is out! See what's new in the release blog

Error C1083 "No such file or directory" for <QtSQL>

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 2.0k 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.
  • W Offline
    W Offline
    Whiteha
    wrote on last edited by
    #1

    I have in a .pro file:
    @QT += core gui sql@

    In a main.cpp I wrote:
    @#include <QtSQl>@

    And as result I get the error message - error C1083 "No such file or directory" for <QtSQL>.
    But in the Qt creator this header can be open.

    I have Qt 5.2.0 for x86 and x64. In C:\Qt\ folder:
    !http://pastexen.com/i/Q1SRJXV8tJ.png!

    What I am doing wrong?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Check the file name in an include directory.
      On a linux the file name is QtSql not QtSQl nor QtSQL.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MykPel
        wrote on last edited by
        #3

        I had the same problem with Qt 5.4. Apparently "clean" and "rebuild" did NOT do a complete clean and rebuild. I needed to manually run "qmake" and then the error went away.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          MykPel
          wrote on last edited by
          #4

          I had the same problem with Qt 5.4. Apparently "clean" and "rebuild" did NOT do a complete clean and rebuild. I needed to manually run "qmake" and then the error went away.

          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