[Qt-interest] return to command line but the GUI is still alive
william.crocker at analog.com
william.crocker at analog.com
Tue Jan 26 15:19:27 CET 2010
Thiago:
> 2) if you used Qt code before the fork, then only one side of the fork can use
> it afterwards. If you managed not to use in either side, then it's ok to use
> it in both.
I think this one deserves an explanation as well.
(I know the reason because I got caught by it several years ago,
but I'm sure other Qt users could benefit.)
Better yet, give us a solution. My application requires
a large quantity of code after the fork, and the inability
to use Qt makes it very painful; I known all of those classes
are there, but I can't use them.
Bill
More information about the Qt-interest-old
mailing list