[Qt-interest] Making a Qt program into a dynamic library
Stephen Collyer
scollyer at netspinner.co.uk
Tue Dec 15 17:22:34 CET 2009
2009/12/15 Guido Seifert <Wargand at gmx.de>
>
> The main program must remain Qt free. So my idea was to write a normal Qt
> program, rename the main function to something like 'start' and provide some
> sort of interface, so that the main program can control it. Practically it
> is like recreating the plugin functionality without Qt. I don't like it, but
> customer is king. :-(
>
>
How will your customer's program create the QApplication needed to run the
event loop ? I suspect that your approach is going to lead to all kinds of
problems.
--
Stephen Collyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091215/07aea721/attachment.html
More information about the Qt-interest-old
mailing list