From fa7e34972c3d74e55df54d8ff6a0b0f452aba8ba Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 21 Jun 2011 12:04:03 -0400 Subject: [PATCH] Make dirs for os-dependent (and non-os-dependent) infoplugins --- .../infosystem/infoplugins/{ => generic}/echonestplugin.cpp | 0 .../infosystem/infoplugins/{ => generic}/echonestplugin.h | 0 .../infosystem/infoplugins/{ => generic}/lastfmplugin.cpp | 0 .../infosystem/infoplugins/{ => generic}/lastfmplugin.h | 0 .../infosystem/infoplugins/{ => generic}/musixmatchplugin.cpp | 0 .../infosystem/infoplugins/{ => generic}/musixmatchplugin.h | 0 src/libtomahawk/infosystem/infoplugins/{ => mac}/adium.h | 0 src/libtomahawk/infosystem/infoplugins/{ => mac}/adium.mm | 0 src/libtomahawk/infosystem/infoplugins/{ => mac}/adiumplugin.cpp | 0 src/libtomahawk/infosystem/infoplugins/{ => mac}/adiumplugin.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/echonestplugin.cpp (100%) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/echonestplugin.h (100%) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/lastfmplugin.cpp (100%) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/lastfmplugin.h (100%) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/musixmatchplugin.cpp (100%) rename src/libtomahawk/infosystem/infoplugins/{ => generic}/musixmatchplugin.h (100%) rename src/libtomahawk/infosystem/infoplugins/{ => mac}/adium.h (100%) rename src/libtomahawk/infosystem/infoplugins/{ => mac}/adium.mm (100%) rename src/libtomahawk/infosystem/infoplugins/{ => mac}/adiumplugin.cpp (100%) rename src/libtomahawk/infosystem/infoplugins/{ => mac}/adiumplugin.h (100%) diff --git a/src/libtomahawk/infosystem/infoplugins/echonestplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/echonestplugin.cpp similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/echonestplugin.cpp rename to src/libtomahawk/infosystem/infoplugins/generic/echonestplugin.cpp diff --git a/src/libtomahawk/infosystem/infoplugins/echonestplugin.h b/src/libtomahawk/infosystem/infoplugins/generic/echonestplugin.h similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/echonestplugin.h rename to src/libtomahawk/infosystem/infoplugins/generic/echonestplugin.h diff --git a/src/libtomahawk/infosystem/infoplugins/lastfmplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/lastfmplugin.cpp similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/lastfmplugin.cpp rename to src/libtomahawk/infosystem/infoplugins/generic/lastfmplugin.cpp diff --git a/src/libtomahawk/infosystem/infoplugins/lastfmplugin.h b/src/libtomahawk/infosystem/infoplugins/generic/lastfmplugin.h similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/lastfmplugin.h rename to src/libtomahawk/infosystem/infoplugins/generic/lastfmplugin.h diff --git a/src/libtomahawk/infosystem/infoplugins/musixmatchplugin.cpp b/src/libtomahawk/infosystem/infoplugins/generic/musixmatchplugin.cpp similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/musixmatchplugin.cpp rename to src/libtomahawk/infosystem/infoplugins/generic/musixmatchplugin.cpp diff --git a/src/libtomahawk/infosystem/infoplugins/musixmatchplugin.h b/src/libtomahawk/infosystem/infoplugins/generic/musixmatchplugin.h similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/musixmatchplugin.h rename to src/libtomahawk/infosystem/infoplugins/generic/musixmatchplugin.h diff --git a/src/libtomahawk/infosystem/infoplugins/adium.h b/src/libtomahawk/infosystem/infoplugins/mac/adium.h similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/adium.h rename to src/libtomahawk/infosystem/infoplugins/mac/adium.h diff --git a/src/libtomahawk/infosystem/infoplugins/adium.mm b/src/libtomahawk/infosystem/infoplugins/mac/adium.mm similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/adium.mm rename to src/libtomahawk/infosystem/infoplugins/mac/adium.mm diff --git a/src/libtomahawk/infosystem/infoplugins/adiumplugin.cpp b/src/libtomahawk/infosystem/infoplugins/mac/adiumplugin.cpp similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/adiumplugin.cpp rename to src/libtomahawk/infosystem/infoplugins/mac/adiumplugin.cpp diff --git a/src/libtomahawk/infosystem/infoplugins/adiumplugin.h b/src/libtomahawk/infosystem/infoplugins/mac/adiumplugin.h similarity index 100% rename from src/libtomahawk/infosystem/infoplugins/adiumplugin.h rename to src/libtomahawk/infosystem/infoplugins/mac/adiumplugin.h