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:
What I am doing wrong?
↧