Turns out this is a bit more complex than I laid out above. It seems that even with those flags and a fresh release build of Qt, it still prints the debug messages. It has something to do with the strange (at least to me!) way that the QDebug lib works. Apparently it doesn't really matter what flags you use, it just blurts out these messages. So in the end I had to actually root out the exact message being printed (I discovered it in th QtGui lib as part of text rendering), rewrite all the debug messages in that lib to check for debug flags and then recompile it.
I'm not sure it's much of a problem for Rails developers as it sends the messages to STDOUT, but I was testing a command line client and it was failing the tests. Besides, It's just plain annoying!
If you need more details on the exact edits let me know, as it might fall out of the scope of the project now.
- Mark
--
You received this message because you are subscribed to the Google Groups "capybara-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capybara-webk...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "capybara-webkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/capybara-webkit/n1xMK0HnMWo/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to capybara-webk...@googlegroups.com.