diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-26 14:08:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-06-26 14:08:17 +0000 |
| commit | cd09ad84c0ee44a0cb34b4d9efb7bb244070a25c (patch) | |
| tree | b76936164c015155e15e96eff6dd832c618409b3 /src/plugins/Output | |
| parent | 810d7042df700ce8d8e01e788708c4008ce44af2 (diff) | |
| download | qmmp-cd09ad84c0ee44a0cb34b4d9efb7bb244070a25c.tar.gz qmmp-cd09ad84c0ee44a0cb34b4d9efb7bb244070a25c.tar.bz2 qmmp-cd09ad84c0ee44a0cb34b4d9efb7bb244070a25c.zip | |
using events instead of some signals
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2235 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output')
| -rw-r--r-- | src/plugins/Output/Output.pro | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/plugins/Output/Output.pro b/src/plugins/Output/Output.pro index cb392662d..4dde76900 100644 --- a/src/plugins/Output/Output.pro +++ b/src/plugins/Output/Output.pro @@ -1,6 +1,6 @@ include(../../../qmmp.pri) -CONFIG += release warn_on +CONFIG += release warn_on TEMPLATE = subdirs win32:SUBDIRS += waveout unix{ @@ -9,37 +9,22 @@ SUBDIRS += null contains(CONFIG, JACK_PLUGIN){ SUBDIRS += jack - message(***********************) - message(* JACK plugin enabled *) - message(***********************) } contains(CONFIG, OSS_PLUGIN){ SUBDIRS += oss - message(**********************) - message(* OSS plugin enabled *) - message(**********************) } contains(CONFIG, PULSE_AUDIO_PLUGIN){ SUBDIRS += pulseaudio - message(******************************) - message(* PULSE AUDIO plugin enabled *) - message(******************************) } contains(CONFIG, ALSA_PLUGIN){ SUBDIRS += alsa - message(***********************) - message(* ALSA plugin enabled *) - message(***********************) } contains(CONFIG, OSS4_PLUGIN){ SUBDIRS += oss4 - message(***********************) - message(* OSS4 plugin enabled *) - message(***********************) } } |
