Re: [Interest] Distributing custom qt build to a group of developers

2012-09-21 Thread Bo Thorsen
Hi Adam, I have to admit that I think you are on the completely wrong track here. You are using svn as a distribution channel, and that's most certainly not the purpose of the tool. Checking builds into svn is of course going to increase the size of the working copy and the repository by

[Interest] Qt Library translations

2012-09-21 Thread Robert Escott
Hi All (especially KDE developers) I would like to create a new translation of the Qt library strings. According to the Qt Wiki, I should look at the KDE website to see if a translation already exists there but I can't seem to find anything. Where do I go? The wiki says I would most likely

[Interest] Using QT and boost unit test: problem with QString

2012-09-21 Thread Heidler, Kirstin (GE Oil Gas)
I have to use boost unit test (not my choice). QT unit tests were working fine. I have the problem, that somewhere boost wants to append a const QString to an ostream.(I do not exactly know where this call occurs, since it is hidden in macros, but I know it is for writing a log file) So I get

Re: [Interest] Using QT and boost unit test: problem with QString

2012-09-21 Thread Konstantin Tokarev
21.09.2012, 14:01, Heidler, Kirstin (GE Oil Gas) kirstin.heid...@ge.com: I have to use boost unit test (not my choice). QT unit tests were working fine. I have the problem, that somewhere boost wants to append a const QString to an ostream.(I do not exactly know where this call occurs,

Re: [Interest] Using QT and boost unit test: problem with QString

2012-09-21 Thread Heidler, Kirstin (GE Oil Gas)
Thanks, I just thought it was more complicated than that. I just defined the operator at the top of my testfile and it seems to be working. :) Kirstin -Ursprüngliche Nachricht- Von: Konstantin Tokarev [mailto:annu...@yandex.ru] Gesendet: Freitag, 21. September 2012 12:04 An: Heidler,