I guess you are trying to create a container. Just change the isContainer() in your plugin.cpp .

e.g.:-

bool TestPlugin::isContainer() const
{
return true;
}

Good Luck