From ae7229c3897f3dc106d9547af39086fe68be852b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 25 Sep 2010 09:32:08 +0000 Subject: added game music plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1909 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/plugins/Input/Input.pro') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index d39d50e0c..78d715863 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -54,4 +54,11 @@ contains(CONFIG, WILDMIDI_PLUGIN){ message(*******************) } +contains(CONFIG, GME_PLUGIN){ + SUBDIRS += gme + message(**************) + message(* GME Plugin *) + message(**************) +} + } -- cgit v1.2.3-13-gbd6f