summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/doc/src/qtsql.qdoc2
-rw-r--r--src/sql/sql.pro2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/sql/doc/src/qtsql.qdoc b/src/sql/doc/src/qtsql.qdoc
index f269901906..7ab3cfc127 100644
--- a/src/sql/doc/src/qtsql.qdoc
+++ b/src/sql/doc/src/qtsql.qdoc
@@ -44,7 +44,7 @@
\section1 Getting Started
To enable Qt SQL in a project, add this directive into the C++ files:
\code
- #include <QtSQL>
+ #include <QtSql>
\endcode
To link against the Qt SQL module, add this line to the project file:
\code
diff --git a/src/sql/sql.pro b/src/sql/sql.pro
index 42d3364192..4f5af51c52 100644
--- a/src/sql/sql.pro
+++ b/src/sql/sql.pro
@@ -1,5 +1,3 @@
-load(qt_build_config)
-
TARGET = QtSql
QT = core-private