Skip to content

Commit

Permalink
Remove the last sql dependency in declarative
Browse files Browse the repository at this point in the history
Change-Id: Ib2410e1b32e2cc5216d5fc9659bc45fb46a1da61
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
  • Loading branch information
Martin Jones authored and Qt by Nokia committed Feb 22, 2012
1 parent 78c34d3 commit d93cae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/declarative/qml/qml.pri
Expand Up @@ -118,9 +118,8 @@ HEADERS += \
$$PWD/qlistmodelinterface_p.h \
$$PWD/qdeclarativecomponentattached_p.h

QT += sql
include(parser/parser.pri)
include(rewriter/rewriter.pri)
include(ftw/ftw.pri)
include(v4/v4.pri)
include(v8/v8.pri)
include(v8/v8.pri)

0 comments on commit d93cae5

Please sign in to comment.