waddlesplash / QMidi

Qt library for MIDI output & MIDI file I/O.
MIT License
84 stars 38 forks source link

Included second find_package for Qt again. #35

Closed LeStahL closed 2 years ago

LeStahL commented 2 years ago

Fixes #32 (Compare https://github.com/waddlesplash/QMidi/issues/32#issuecomment-1081141799, https://github.com/waddlesplash/QMidi/issues/32#issuecomment-1081156149).

The line in question is required to allow CMake to find tools like moc or uic correctly => Uncommented it.