diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-19 23:54:42 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-19 23:54:42 +0800 |
commit | 78b384662f484e946a6a17c96e6c309df0c039da (patch) | |
tree | 70093f05f4e9d02bbc8ddfdd2ddc8bef1cca1751 /qmidiplayer.pro | |
parent | 8ef9703ee2a4b22395935030606fcf69e3acad86 (diff) | |
download | QMidiPlayer-78b384662f484e946a6a17c96e6c309df0c039da.tar.xz |
Added a sample plugin as a template.
Implemented scanPlugin for Windows.
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 0c08e3c..3466c67 100644 --- a/qmidiplayer.pro +++ b/qmidiplayer.pro @@ -10,3 +10,6 @@ android { SUBDIRS = \ qmidiplayer-lite } + +SUBDIRS += \ + sample-plugin |