That's it.
How do you use QProcess?
What do you do with it?
That's it.
How do you use QProcess?
What do you do with it?
I launch a console application, read its output (connecting readyReadStandardOutput to a slot), and also write to sdtin.
BTW, uic3 also produces those warnings.
I just did what the docs say about building Qt statically:
cd %QTDIR%
configure -static
make sub-src
Previously those warnings didn't appear.
I also have these messages. They only happen if you link statically but only if you have compiled Qt's dynamic version before!
Qt loads the Jpeg and Png plugin which causes this message. So if you remove the dynamic libraries (which causes your designer/assistant to not work anymore) you'll not get these messages anymore ...
Bookmarks