diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-07 23:58:52 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-07 23:58:52 +0800 |
commit | f0d2584fdad44703f3966eb0b1e695341a4ca01c (patch) | |
tree | 354a6f8a961a07a14a8b7f1887e66986e558d303 /qmidiplayer.pro | |
parent | 909cfe195ae2f6058a03875123f1e80f2a3fa0fa (diff) | |
download | QMidiPlayer-f0d2584fdad44703f3966eb0b1e695341a4ca01c.tar.xz |
Added two new options.
Fixed several crashes related to options without a description.
Sanitise deinitialize order again.
Fixed several memory leaks.
Diffstat (limited to 'qmidiplayer.pro')
-rw-r--r-- | qmidiplayer.pro | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/qmidiplayer.pro b/qmidiplayer.pro index da362f3..0c08e3c 100644 --- a/qmidiplayer.pro +++ b/qmidiplayer.pro @@ -1,5 +1,12 @@ TEMPLATE = subdirs +!android { SUBDIRS = \ - qmidiplayer-desktop \ - qmidiplayer-lite + qmidiplayer-desktop \ + qmidiplayer-lite \ + visualization +} +android { +SUBDIRS = \ + qmidiplayer-lite +} |