Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.12.0
-
Fix Version/s: 5.12.0
-
Component/s: Documentation
-
Labels:None
-
Platform/s:
-
Commits:81c2925d78fcfbe19617e81064f5b0c8b3d56044 (qt/qtapplicationmanager/5.12)
Description
There is a typo in QtApplicationManager documentation- http://doc.qt.io/QtApplicationManager/containers.html#extending-with-container-plugins
Missing + character on the last line, valid code snippet should look like:
TEMPLATE = lib CONFIG += plugin TARGET = mycontainer-plugin QT += appman_plugininterfaces-private // <- in the current docs "+" is missing