We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now qwt paths for network_viewer_qt_v2 are hardcoded like this:
# src/network_viewer_qt_v2/Network_viewer_qt_v2.pro INCLUDEPATH += /usr/include/qwt-qt4 DEPENDPATH += /usr/include/qwt-qt4 LIBS += -L/usr/lib \ -lqwt-qt4 \ -lnetcdf \ -lGLU
This does not work on my system. (archlinux, with package qwt5 used for this) However if I change qwt-qt4 to qwt5, then it works.
Anyway, hardcoding /usr/include is not cool - what if I have qwt build somewhere in my home library?
The text was updated successfully, but these errors were encountered:
Philip, what file contains this record? Probably it is a part of automatically generated Makefile.
Sorry, something went wrong.
Judging from what I've written, it's src/network_viewer_qt_v2/Network_viewer_qt_v2.pro
src/network_viewer_qt_v2/Network_viewer_qt_v2.pro
No branches or pull requests
Right now qwt paths for network_viewer_qt_v2 are hardcoded like this:
This does not work on my system. (archlinux, with package qwt5 used for this)
However if I change qwt-qt4 to qwt5, then it works.
Anyway, hardcoding /usr/include is not cool - what if I have qwt build somewhere in my home library?
The text was updated successfully, but these errors were encountered: