From 2515f85dd20b6479267037201e3df9d77e0b50ce Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 17 Mar 2012 22:50:31 +0100 Subject: [PATCH] Remove refence to declarative in the docs Change-Id: I328edc6deee302440cf65de9f87e6b68c93f42b7 Reviewed-by: Martin Jones --- src/qml/qml/qqmlextensionplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp index b69fa5da7a..86d9f9588d 100644 --- a/src/qml/qml/qqmlextensionplugin.cpp +++ b/src/qml/qml/qqmlextensionplugin.cpp @@ -97,7 +97,7 @@ QT_BEGIN_NAMESPACE \code TEMPLATE = lib CONFIG += qt plugin - QT += declarative + QT += qml DESTDIR = com/nokia/TimeExample TARGET = qmlqtimeexampleplugin