> 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
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
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