diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-25 09:32:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-25 09:32:08 +0000 |
| commit | ae7229c3897f3dc106d9547af39086fe68be852b (patch) | |
| tree | dc7a92685294bc5729b4bcfd0e18a99fbcbada44 /src/plugins/Input/Input.pro | |
| parent | 63de3bbefb1c8c3cf36be875856ea6b28b33b09f (diff) | |
| download | qmmp-ae7229c3897f3dc106d9547af39086fe68be852b.tar.gz qmmp-ae7229c3897f3dc106d9547af39086fe68be852b.tar.bz2 qmmp-ae7229c3897f3dc106d9547af39086fe68be852b.zip | |
added game music plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1909 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/Input.pro')
| -rw-r--r-- | src/plugins/Input/Input.pro | 7 |
1 files changed, 7 insertions, 0 deletions
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(**************) +} + } |
