Hello, in my work on QtWebChannel I am hitting a problem. For proper integration into QtWebKit/QtWebEngine, I need access to the QML API of QWebChannel. I could of course simply add that to the public interface of the C++ QWebChannel library, but that sounds ugly and afaik one does not do that.
So instead, I'd like to create a libQtWebChannelQml.so or similar. Are there modules out there which already do something like that, so I can see how it would be done? I imagine, it could work by create just a normal library but not install and public headers, only private ones. That should be OK then, or what do you think? Bye -- Qt Developer Days 2014 - October 6 - 8 at BCC, Berlin Milian Wolff | [email protected] | Software Engineer KDAB (Deutschland) GmbH&Co KG, a KDAB Group company Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-independent software solutions _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
