Hi all,

I am still a beginner, so excuse me if I ask stupid questions :)

I want to import a c++ plugin
void QtProcessPlugin::registerTypes(const char *uri)
{
    // @uri QtProcess
    qmlRegisterType<Process>(uri, 0, 1, "Process");
}

so I can use it in qml. How should I add it to my open project in qtcreator.
Where should I put the qmldir file?

Thanks in advance.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to