summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-09-16 11:05:18 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-09-16 11:05:18 (GMT)
commit990a39008c38d5fed19cca3b5b7af5f148c90c55 (patch)
treed308e735ea2b1ae355a54456bad148ba2d6af0b2 /src/declarative/qml
parent2770d76a6d4af982c5b84b207150fde8c0cdadf4 (diff)
downloadQt-990a39008c38d5fed19cca3b5b7af5f148c90c55.zip
Qt-990a39008c38d5fed19cca3b5b7af5f148c90c55.tar.gz
Qt-990a39008c38d5fed19cca3b5b7af5f148c90c55.tar.bz2
Fix compilation on Linux
qmlsqldatabase.moc is not created any more
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlsqldatabase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlsqldatabase.cpp b/src/declarative/qml/qmlsqldatabase.cpp
index 4a7c3a3..33538d2 100644
--- a/src/declarative/qml/qmlsqldatabase.cpp
+++ b/src/declarative/qml/qmlsqldatabase.cpp
@@ -301,4 +301,3 @@ void qt_add_qmlsqldatabase(QScriptEngine *engine)
engine->globalObject().setProperty(QLatin1String("openDatabase"), openDatabase);
}
-#include "qmlsqldatabase.moc"