-
Notifications
You must be signed in to change notification settings - Fork 25
Work In Progress - Replace QtCharts with LGPL compliant JKQtPlotter #837
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
base: develop
Are you sure you want to change the base?
Conversation
CMakeLists.txt
Outdated
| GIT_REPOSITORY https://github.com/jkriege2/JKQtPlotter.git | ||
| GIT_TAG v4.0.3) | ||
|
|
||
| FetchContent_MakeAvailable(JKQTPlotter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarrec we could make a custom conan recipe for this dependency if that is better, but I don't know how to do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/openstudio_app/CMakeLists.txt
Outdated
| elseif( UNIX ) | ||
|
|
||
| foreach(LIB ${QT_LIBS} ${QT_WEB_LIBS}) | ||
| foreach(LIB ${QT_LIBS} ${QT_WEB_LIBS} ${JKQT_LIBS}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarrec this is not working on Unix but I'm not sure why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't even built when you are configuring (_deps/jkqtplotter6-build/output/ is empty).
Also, I don't think we want to be doing this anyways.
We should link to the JKQTPlotter::JKQTPlotter target.
And I think it handles qtdeploy... Or we should just build it statically.
|
Seem to be hitting jkriege2/JKQtPlotter#80 on Mac at least |
c07664c to
bd6af44
Compare
e78a4c7 to
dd4a482
Compare
|
I'm good to abandon this for now if you want @jmarrec |
Fixes #836