QtSql: Fix qmake warning about missing qsql.h
qsql.h is superseded by qtsqlglobal.h.
Amends change 7331d22c6f.
Change-Id: I6391f10c17649d52c598b24ea71f453a43ca1b0f
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
bb10
parent
aeb64c3e24
commit
b767c26fb2
|
|
@ -1,6 +1,5 @@
|
|||
HEADERS += kernel/qtsqlglobal.h \
|
||||
kernel/qtsqlglobal_p.h \
|
||||
kernel/qsql.h \
|
||||
kernel/qsqlquery.h \
|
||||
kernel/qsqldatabase.h \
|
||||
kernel/qsqlfield.h \
|
||||
|
|
|
|||
Loading…
Reference in New Issue