SQL plugins: add moc includes

Change-Id: I9ed4b63fd02b4a6fc5f4b614466590cd099609e2
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
bb10
Christian Ehrlicher 2023-07-18 19:23:43 +02:00
parent e25b0d8f27
commit a0776ae547
5 changed files with 10 additions and 0 deletions

View File

@ -1706,3 +1706,5 @@ QString QDB2Driver::escapeIdentifier(const QString &identifier, IdentifierType)
}
QT_END_NAMESPACE
#include "moc_qsql_db2_p.cpp"

View File

@ -1971,3 +1971,5 @@ int QIBaseDriver::maximumIdentifierLength(IdentifierType type) const
}
QT_END_NAMESPACE
#include "moc_qsql_ibase_p.cpp"

View File

@ -1596,3 +1596,5 @@ void QMimerSQLDriverPrivate::splitTableQualifier(const QString &qualifiedName, Q
}
QT_END_NAMESPACE
#include "moc_qsql_mimer.cpp"

View File

@ -2760,3 +2760,5 @@ int QOCIDriver::maximumIdentifierLength(IdentifierType type) const
}
QT_END_NAMESPACE
#include "moc_qsql_oci_p.cpp"

View File

@ -1643,3 +1643,5 @@ void QPSQLDriver::_q_handleNotification()
}
QT_END_NAMESPACE
#include "moc_qsql_psql_p.cpp"