diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-09 16:04:43 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-09 16:04:43 +0800 |
commit | 620aad63042e0f397ea6691fe92ac40fcc6b6fed (patch) | |
tree | b36a0f0c00ffba03bfed9513a360b7ecf442e720 /qmidiplayer.pro | |
parent | 1976c49f835267d33ef88bd3fc20d18363e12c0b (diff) | |
download | QMidiPlayer-620aad63042e0f397ea6691fe92ac40fcc6b6fed.tar.xz |
Add extra midi formats support via the file reader API.
Fix note counting.
Diffstat (limited to 'qmidiplayer.pro')
-rw-r--r-- | qmidiplayer.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmidiplayer.pro b/qmidiplayer.pro index 0f4a262..c6f2ac6 100644 --- a/qmidiplayer.pro +++ b/qmidiplayer.pro @@ -11,3 +11,6 @@ android { SUBDIRS = \ qmidiplayer-lite } + +SUBDIRS += \ + midifmt-plugin |