diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-09-13 00:52:25 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-09-13 00:52:25 +0800 |
commit | 9fecb429a37bcaa577aaa972139f6db3ce17ac50 (patch) | |
tree | 046a2a47b6e5aa67ad65121387781a4ea191210c /core/qmpmidioutrtmidi.hpp | |
parent | aec5e972e8968255e8843eb22314b96a8f23b041 (diff) | |
download | QMidiPlayer-9fecb429a37bcaa577aaa972139f6db3ce17ac50.tar.xz |
CMake. It's happening.
Added a new build system based on CMake.
Minor code cleanups.
This probably breaks building with QMake on multiple
platforms. And of course the new CMake support isn't tested
thoroughly. But it's finally happening.
Diffstat (limited to 'core/qmpmidioutrtmidi.hpp')
-rw-r--r-- | core/qmpmidioutrtmidi.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qmpmidioutrtmidi.hpp b/core/qmpmidioutrtmidi.hpp index 0c1843c..0a4fd60 100644 --- a/core/qmpmidioutrtmidi.hpp +++ b/core/qmpmidioutrtmidi.hpp @@ -4,7 +4,7 @@ #include <vector> #define QMP_MAIN #include "../include/qmpcorepublic.hpp" -#include RT_MIDI_H +#include "rtmidi/RtMidi.h" struct qmpDeviceInitializer { CMidiTrack initseq; |