> -----Original Message-----
> From: Denis Shienkov [mailto:denis.shien...@gmail.com]

> I would like to discuss new idea of transition of QtSerialPort to
> an architecture with the plug-ins/backends.
> The user can use/change desired plugin, e.g. via the
> QT_SERIALPORTINFO_PLUGIN environment, or via command line e.g.:
> 
> {code}
> set QT_SERIALPORTINFO_PLUGIN=wmi // on windows
> myapp.exe
> {code}
> 
> {code}
> export QT_SERIALPORTINFO_PLUGIN=sysfs // on linux
> myapp
> {code}
> 
> {code}
> myapp -qspi sysfs // on linux
> {code}

In principle I have no problem. Maybe you forgot to mention it in your mail but 
choosing the plugin via env or app parameter is not sufficient. The system must 
support the concept of a default plugin for the current platform. 

--
Alex
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to