Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-27 Thread Frédéric Marchal
> I have qt toolchain as - > > $ /usr/lib64/qt4/bin/qmake -v > QMake version 2.01a > Using Qt version 4.6.2 in /usr/lib64 > > With 'makefile' command, it does generate the Makefile > $/usr/lib64/qt4/bin/qmake-qt4 -makefile > > But while doing 'make', it gives below error message - > > > # make

Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-27 Thread Rahul Mathur
I have qt toolchain as - $ /usr/lib64/qt4/bin/qmake -v QMake version 2.01a Using Qt version 4.6.2 in /usr/lib64 With 'makefile' command, it does generate the Makefile $/usr/lib64/qt4/bin/qmake-qt4 -makefile But while doing 'make', it gives below error message - # make g++ -c -m64 -pipe -O2 -g

Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-26 Thread Sze Howe Koh
On 27 January 2014 15:11, Rahul Mathur wrote: > I am newbie and looking for Qt support with ZeroMQ on Linux for desktop > application. > > Can I have some links to perform below - > > 1. Qt bindings support to ZeroMQ > 2. Installation > 3. Executing ZeroMQ PUB-SUB with Qt enabled user inputs on it