From f0d2584fdad44703f3966eb0b1e695341a4ca01c Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 7 May 2016 23:58:52 +0800 Subject: Added two new options. Fixed several crashes related to options without a description. Sanitise deinitialize order again. Fixed several memory leaks. --- qmidiplayer.pro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'qmidiplayer.pro') 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 +} -- cgit v1.2.3