diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-24 19:52:08 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-24 19:52:08 +0800 |
commit | ded6dd1c8f7cbe2991e90f69f95730b39eaa95cf (patch) | |
tree | 46f55ade709960f4407b836432b76901d00aa693 /qmidiplayer.pro | |
parent | b059dd6fa25ad50f549cb1384042b07b6cfe06bf (diff) | |
download | QMidiPlayer-ded6dd1c8f7cbe2991e90f69f95730b39eaa95cf.tar.xz |
Add seeking with arrow buttons in visualization.
Diffstat (limited to 'qmidiplayer.pro')
-rw-r--r-- | qmidiplayer.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qmidiplayer.pro b/qmidiplayer.pro index 3466c67..62515f5 100644 --- a/qmidiplayer.pro +++ b/qmidiplayer.pro @@ -4,12 +4,13 @@ TEMPLATE = subdirs SUBDIRS = \ qmidiplayer-desktop \ qmidiplayer-lite \ - visualization + sample-plugin } android { SUBDIRS = \ qmidiplayer-lite } -SUBDIRS += \ - sample-plugin +!win32 { +SUBDIRS += visualization\ +} |