Re: Sofa-framework: Again QT help needed

2012-01-01 Thread Andreas Tille
On Sat, Dec 31, 2011 at 12:41:11PM +0200, Boris Pek wrote: Hi Andreas, There is typo here. Try correct string: QT += qt3support While I have no experience with cmake I'm not sure about the difference between += and *= I guess the vraiant with '*' was intended. In any case I can confirm that

Re: Sofa-framework: Again QT help needed

2012-01-01 Thread Eric Maeker
Le 1 janvier 2012 12:22, Andreas Tille andr...@an3as.eu a écrit : On Sat, Dec 31, 2011 at 12:41:11PM +0200, Boris Pek wrote: Hi Andreas, There is typo here. Try correct string: QT += qt3support While I have no experience with cmake I'm not sure about the difference between += and *= += --

dicompyler 0.4.1-1 released

2012-01-01 Thread Adit Panchal
Hello all, I just wanted to let you know that a new version of dicompyler has been released. It is now also available via a python package via PyPI [ http://pypi.python.org/pypi/dicompyler/ ] and will be available via that route going forward. I recall that Mathieu said he can turn it into a

Re: Sofa-framework: Again QT help needed

2012-01-01 Thread Eric Maeker
I went through the bug, send you the patch tonight. In fact, there are many bugs with Qt3Support in the project files. I'm compiling the whole sofa project to catch them. Eric -- To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Sofa-framework: Again QT help needed

2012-01-01 Thread Eric Maeker
The patch files. Compilation works but I cannot - compile the PluginSample (seems to be buggy) - install using make install Explaination: When porting Qt3 to Qt4 you need to add QT += qt3support but **also** DEFINES += QT3_SUPPORT Read doc: http://doc.qt.nokia.com/4.7/porting4.html after