diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-08 04:03:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-08 04:03:52 +0000 |
| commit | 1918e981a81c998ee1525cf1acf1436d8472a6ce (patch) | |
| tree | b708fc7883985c1bb2163e7d27d5dcf65417195a /src/plugins/General/General.pro | |
| parent | 64c697c51bdac83f4f4f6cd106d505a9773810cd (diff) | |
| download | qmmp-1918e981a81c998ee1525cf1acf1436d8472a6ce.tar.gz qmmp-1918e981a81c998ee1525cf1acf1436d8472a6ce.tar.bz2 qmmp-1918e981a81c998ee1525cf1acf1436d8472a6ce.zip | |
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3208 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/General.pro')
| -rw-r--r-- | src/plugins/General/General.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index d6d985023..4c32c4709 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -14,15 +14,15 @@ unix:SUBDIRS += mpris \ converter contains(CONFIG, UDISKS_PLUGIN){ - SUBDIRS += udisks + unix:SUBDIRS += udisks } contains(CONFIG, UDISKS2_PLUGIN){ - SUBDIRS += udisks2 + unix:SUBDIRS += udisks2 } contains(CONFIG, HAL_PLUGIN){ - SUBDIRS += hal + unix:SUBDIRS += hal } TEMPLATE = subdirs |
