driver.c
changeset 2496 ad131afbc8cb
parent 2458 c95808cd2ac9
child 2500 e2b13f720a94
--- a/driver.c	Thu Oct 06 09:35:08 2005 +0000
+++ b/driver.c	Thu Oct 06 17:57:18 2005 +0000
@@ -14,6 +14,7 @@
 #include "music/null_m.h"
 #include "music/os2_m.h"
 #include "music/win32_m.h"
+#include "music/qtmidi.h"
 
 #include "sound/null_s.h"
 #include "sound/sdl_s.h"
@@ -51,6 +52,9 @@
 #ifdef WIN32
 	M("win32",   "Win32 MIDI Driver",       &_win32_music_driver),
 #endif
+#ifdef __APPLE__
+	M("qt",      "QuickTime MIDI Driver",   &_qtime_music_driver),
+#endif
 #ifdef UNIX
 #if !defined(__MORPHOS__) && !defined(__AMIGA__)
 	M("extmidi", "External MIDI Driver",    &_extmidi_music_driver),