[zeromq-dev] conflict between 0MQ and Qt4 C++ libraries?

Steven McCoy steven.mccoy at miru.hk
Mon Apr 20 17:17:00 CEST 2009


So that presumably would be:

#include <QtGui/QApplication>
#ifndef Q_MOC_RUN
#	include <zmq.hpp>
#endif
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    return a.exec();
}

-- 
Steve-o



More information about the zeromq-dev mailing list