/usr/include/qt4/Qt/QtSql is in libqt4-dev 4:4.8.1-0ubuntu4.9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #ifndef QT_QTSQL_MODULE_H
#define QT_QTSQL_MODULE_H
#include <QtCore/QtCore>
#include "qsql.h"
#include "qsqldatabase.h"
#include "qsqldriver.h"
#include "qsqldriverplugin.h"
#include "qsqlerror.h"
#include "qsqlfield.h"
#include "qsqlindex.h"
#include "qsqlquery.h"
#include "qsqlrecord.h"
#include "qsqlresult.h"
#include "qsqlquerymodel.h"
#include "qsqlrelationaldelegate.h"
#include "qsqlrelationaltablemodel.h"
#include "qsqltablemodel.h"
#endif
|