Skip to content

Conversation

@macumber
Copy link
Collaborator

@macumber macumber commented Sep 1, 2025

Fixes #836

CMakeLists.txt Outdated
GIT_REPOSITORY https://github.com/jkriege2/JKQtPlotter.git
GIT_TAG v4.0.3)

FetchContent_MakeAvailable(JKQTPlotter)
Copy link
Collaborator Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elseif( UNIX )

foreach(LIB ${QT_LIBS} ${QT_WEB_LIBS})
foreach(LIB ${QT_LIBS} ${QT_WEB_LIBS} ${JKQT_LIBS})
Copy link
Collaborator Author

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

Copy link
Collaborator

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.

@macumber
Copy link
Collaborator Author

macumber commented Sep 2, 2025

Seem to be hitting jkriege2/JKQtPlotter#80 on Mac at least

@jmarrec jmarrec marked this pull request as draft December 12, 2025 10:31
@jmarrec jmarrec marked this pull request as ready for review December 12, 2025 10:32
@macumber
Copy link
Collaborator Author

I'm good to abandon this for now if you want @jmarrec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenStudio Application uses GPLv3 only licensed QtCharts

3 participants