-
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
Compilation on Windows #19
Comments
To elaborate, after throwing I've compiled the msvc solution that comes with the 4.0.4 sources but they generate dll's by default, and not static libs, which you're using in the LIBS argument. There's probably something I'm missing, so I'm hoping you've got some ideas :-) |
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../Libs/ZEROMQ/lib/ -llibzmq INCLUDEPATH += $$PWD/../../../../../Libs/ZEROMQ/include INCLUDEPATH += $$PWD/../include 我的配置、、 |
Has anyone successfully compiled and linked under windows with MinGW and qmake? |
I am using it with msvc++. This here covers a bit more but may help you https://github.com/strahlex/QtQuickVcp/wiki/Installing-protobuf-and-zeromq#windows |
Do any instructions exist for compilation under Windows? The provided instructions aren't entirely complete for Windows, specifically regarding the usage of zmq.lib
The text was updated successfully, but these errors were encountered: