aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-02-09 13:00:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 23:38:15 +0100
commit85069f4315e6f5a26ad78eea1db660cce4db8dd0 (patch)
tree1a3d122e925883d552733a51de1c7985003ff6cb /src/declarative/qml/qml.pri
parent82dfecab38031f8009ea64ef93063c02b79eaf94 (diff)
Remove deprecated builtin sql database API.
The new local storage API has been implemented as a standalone module plugin for a while, and qtquick1 has been moved into a seperated repo, so the old API can be safely removed now. Task-number:QTBUG-21538 Change-Id: Ib89f34797afe492ad4987d5afa8ff23cdca044ab Reviewed-by: Martin Jones <martin.jones@nokia.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index d5f57e7cfe..57492a38d4 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -31,7 +31,6 @@ SOURCES += \
$$PWD/qdeclarativevaluetype.cpp \
$$PWD/qdeclarativeaccessors.cpp \
$$PWD/qdeclarativexmlhttprequest.cpp \
- $$PWD/qdeclarativesqldatabase.cpp \
$$PWD/qdeclarativewatcher.cpp \
$$PWD/qdeclarativecleanup.cpp \
$$PWD/qdeclarativepropertycache.cpp \
@@ -97,7 +96,6 @@ HEADERS += \
$$PWD/qdeclarativevaluetype_p.h \
$$PWD/qdeclarativeaccessors_p.h \
$$PWD/qdeclarativexmlhttprequest_p.h \
- $$PWD/qdeclarativesqldatabase_p.h \
$$PWD/qdeclarativewatcher_p.h \
$$PWD/qdeclarativecleanup_p.h \
$$PWD/qdeclarativepropertycache_p.h \
@@ -125,4 +123,4 @@ include(parser/parser.pri)
include(rewriter/rewriter.pri)
include(ftw/ftw.pri)
include(v4/v4.pri)
-include(v8/v8.pri)
+include(v8/v8.pri) \ No newline at end of file