diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
| commit | 646e72f41adb1916f1c24f057b39bed4d7b949c6 (patch) | |
| tree | 1e8eb279b017ef1370d9df685a387c874d67c105 /src/plugins/General/General.pro | |
| parent | 2f766cd3906b2a9534321d955589cd4d9212b175 (diff) | |
| download | qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.gz qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.bz2 qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.zip | |
prepare for new metadata api iplementation (compilation is broken,
latest working revision: 7935)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/General.pro')
| -rw-r--r-- | src/plugins/General/General.pro | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index 03727ba7d..93207f5d1 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -1,20 +1,20 @@ include(../../../qmmp.pri) -SUBDIRS += statusicon \ - notifier \ - lyrics \ - scrobbler \ - fileops \ - covermanager \ - streambrowser \ - trackchange \ - hotkey \ - copypaste \ - rgscan -unix:SUBDIRS += mpris \ - kdenotify \ - converter \ - gnomehotkey +SUBDIRS += statusicon +# notifier \ +# lyrics \ +# scrobbler \ +# fileops \ +# covermanager \ +# streambrowser \ +# trackchange \ +# hotkey \ +# copypaste \ +# rgscan +#unix:SUBDIRS += mpris \ +# kdenotify \ +# converter \ +# gnomehotkey contains(CONFIG, UDISKS2_PLUGIN){ unix:SUBDIRS += udisks2 |
