- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    5.12.0
- 
    None
- 
        
- 
        81c2925d78fcfbe19617e81064f5b0c8b3d56044 (qt/qtapplicationmanager/5.12)
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