Skip to content

Commit

Permalink
Changed charts code, Qwt library not required
Browse files Browse the repository at this point in the history
  • Loading branch information
pgulutzan committed Sep 22, 2023
1 parent 5a47e98 commit bbc61ab
Show file tree
Hide file tree
Showing 3 changed files with 1,619 additions and 248 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ endif (NOT UI_OCELOTGUI)
add_executable(ocelotgui ${UI_OCELOTGUI} ocelotgui.cpp)

#If cmake . -DOCELOT_QWT_INCLUDE=1 then code related to qwt will be included.
#By default OCELOT_QWT_INCLUDE=0 while this is experimental.
#By default OCELOT_QWT_INCLUDE=0, Qwt use was an experiment, it worked but wasn't needed.
#On Ubuntu apt install libqwt-qt5-dev supplies /usr/include/qwt and /usr/lib/libqwt-qt5.so*
#Maybe the rpm package is libqwt-qt5_6
#CMAKE_FIND_LIBRARY_PREFIXES presumably is lib, and CMAKE_FIND_LIBRARY_SUFFIXES presumably is .so, so
Expand Down
Loading

0 comments on commit bbc61ab

Please sign in to comment.