From 81c2925d78fcfbe19617e81064f5b0c8b3d56044 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Thu, 24 Jan 2019 13:28:48 +0100 Subject: Fix typo in the container docs Fixes: QTBUG-73200 Change-Id: I82c5d45c117535c8f2cb97f6f28f1352783efbd5 Reviewed-by: Bernd Weimer --- doc/container.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/container.qdoc b/doc/container.qdoc index 8d53ce1c..e7de3645 100644 --- a/doc/container.qdoc +++ b/doc/container.qdoc @@ -57,7 +57,7 @@ TEMPLATE = lib CONFIG += plugin TARGET = mycontainer-plugin -QT = appman_plugininterfaces-private +QT += appman_plugininterfaces-private \endcode The only thing you have to then implement are two classes that derive from \c ContainerInterface -- cgit v1.2.3