[Interest] import c++ plugin

Damian Ivanov damianatorrpm at gmail.com
Tue Oct 22 12:46:14 CEST 2013


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.



More information about the Interest mailing list