[Development] Private Qt helper libraries?

Milian Wolff milian.wolff at kdab.com
Thu Jul 3 16:10:07 CEST 2014


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 | milian.wolff at kdab.com | 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




More information about the Development mailing list