Qt 6.11 is out! See what's new in the release
blog
Error C1083 "No such file or directory" for <QtSQL>
Qt Creator and other tools
4
Posts
3
Posters
2.0k
Views
1
Watching
-
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?