summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 08:30:54 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-28 08:30:54 (GMT)
commit6652eccc7bf7c749838c9e8df13a827937ddc417 (patch)
tree6806f1bc2e4b9922eb179b69e0f829ef8ffb13c6 /src/declarative/qml/qml.pri
parent6a9825e8d983efad092be1c97f4bf885fc378aaa (diff)
downloadQt-6652eccc7bf7c749838c9e8df13a827937ddc417.zip
Qt-6652eccc7bf7c749838c9e8df13a827937ddc417.tar.gz
Qt-6652eccc7bf7c749838c9e8df13a827937ddc417.tar.bz2
Remove QML SQL classes
Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index cbc2f85..6c00beb 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -116,6 +116,8 @@ HEADERS += qml/qmlparser_p.h \
# for qtscript debugger
contains(QT_CONFIG, scripttools):QT += scripttools
+QT += sql
+
include(parser/parser.pri)
include(rewriter/rewriter.pri)