mne-tools / mne-cpp

MNE-CPP: A Framework for Electrophysiology
https://mne-cpp.org/
BSD 3-Clause "New" or "Revised" License
151 stars 137 forks source link

[FIX] Revised connectivity examples, fixed some compilation errors with Qt6 and a missing include in the cmake files #967

Closed johaenns closed 8 months ago

johaenns commented 8 months ago
  1. disp3d.qrc was missing in the disp3D cmake
  2. Including package OpenGLWidgets is required to properly compile on all platforms
  3. Using std in applicagtionlogger.cpp led to compile problems on some platforms and is not necessary.
  4. Revised connectivity examples to work properly.
juangpc commented 8 months ago

Great. Thanks. Whenever you are ready, we could merge.

johaenns commented 8 months ago

Hi Juan,

if you have no further comments - as far as I'm concerned it's good to go.

Best, Johannes