-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project setup on mac #54
Comments
i found the first part using brew install zmq the header is installed into /usr/local/include when i open the nzmqt_staticlib.pro and compile it, it compiles but the output is moc_nzmqt.cpp, moc_nzmqt.o, moc_predefs.h and nzmqt.o, i expect .a or .dynlib or .lib |
I added the following lines and now nzmqt_test compiles and runs
|
i found also that the library is created in the bin folder when i compile nzmqt_staticlib where also the nzmqt_test is also placed DESTDIR = $$PRO_FILE_PWD/../bin |
i downloaded the repository and installed zmq using
brew install zmq
i still can not compile the static library
is there any other step that i should do?
zmg.h file is missing?
The text was updated successfully, but these errors were encountered: