diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/Effect/srconverter/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/dbuscontrol/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/notifier/CMakeLists.txt | 7 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/CMakeLists.txt | 7 | ||||
| -rw-r--r-- | src/plugins/Input/ffmpeg/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/flac/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/mad/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/modplug/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/mpc/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/sndfile/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/plugins/Input/vorbis/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Input/wavpack/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Output/alsa/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Output/jack/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Output/oss/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Output/pulseaudio/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/Visual/analyzer/CMakeLists.txt | 7 |
18 files changed, 2 insertions, 74 deletions
diff --git a/src/plugins/Effect/srconverter/CMakeLists.txt b/src/plugins/Effect/srconverter/CMakeLists.txt index 93556cc6d..d0a9dbf7d 100644 --- a/src/plugins/Effect/srconverter/CMakeLists.txt +++ b/src/plugins/Effect/srconverter/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/General/dbuscontrol/CMakeLists.txt b/src/plugins/General/dbuscontrol/CMakeLists.txt index 32a37db7b..f3f271f20 100644 --- a/src/plugins/General/dbuscontrol/CMakeLists.txt +++ b/src/plugins/General/dbuscontrol/CMakeLists.txt @@ -6,7 +6,6 @@ SET (QT_USE_QTDBUS TRUE) INCLUDE(FindQt4) -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project include(${QT_USE_FILE}) # qt plugin diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index 6efcbeecb..dcdcdfc68 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -2,13 +2,6 @@ project(libnotifier) cmake_minimum_required(VERSION 2.4.0) - - -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt index 5f09fd27d..27886668e 100644 --- a/src/plugins/General/scrobbler/CMakeLists.txt +++ b/src/plugins/General/scrobbler/CMakeLists.txt @@ -6,7 +6,6 @@ cmake_minimum_required(VERSION 2.4.0) SET(QT_USE_QTNETWORK TRUE) INCLUDE(FindQt4) -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project include(${QT_USE_FILE}) # qt plugin diff --git a/src/plugins/General/statusicon/CMakeLists.txt b/src/plugins/General/statusicon/CMakeLists.txt index 7f6f6bc3b..1725411c8 100644 --- a/src/plugins/General/statusicon/CMakeLists.txt +++ b/src/plugins/General/statusicon/CMakeLists.txt @@ -2,13 +2,6 @@ project(libstatusicon) cmake_minimum_required(VERSION 2.4.0) - - -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/Input/ffmpeg/CMakeLists.txt b/src/plugins/Input/ffmpeg/CMakeLists.txt index ef25ec4b6..6a41766ab 100644 --- a/src/plugins/Input/ffmpeg/CMakeLists.txt +++ b/src/plugins/Input/ffmpeg/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/flac/CMakeLists.txt b/src/plugins/Input/flac/CMakeLists.txt index 1da4da015..1d8062aba 100644 --- a/src/plugins/Input/flac/CMakeLists.txt +++ b/src/plugins/Input/flac/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt index 6b1eac301..9db01c3d1 100644 --- a/src/plugins/Input/mad/CMakeLists.txt +++ b/src/plugins/Input/mad/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/modplug/CMakeLists.txt b/src/plugins/Input/modplug/CMakeLists.txt index 3754a101a..50c619f03 100644 --- a/src/plugins/Input/modplug/CMakeLists.txt +++ b/src/plugins/Input/modplug/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/mpc/CMakeLists.txt b/src/plugins/Input/mpc/CMakeLists.txt index 22ed8735e..dfe6e4446 100644 --- a/src/plugins/Input/mpc/CMakeLists.txt +++ b/src/plugins/Input/mpc/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/sndfile/CMakeLists.txt b/src/plugins/Input/sndfile/CMakeLists.txt index b718d6619..7f01183b5 100644 --- a/src/plugins/Input/sndfile/CMakeLists.txt +++ b/src/plugins/Input/sndfile/CMakeLists.txt @@ -4,10 +4,9 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) +#INCLUDE(FindQt4) -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) +#include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/vorbis/CMakeLists.txt b/src/plugins/Input/vorbis/CMakeLists.txt index 91187560d..98b682ac1 100644 --- a/src/plugins/Input/vorbis/CMakeLists.txt +++ b/src/plugins/Input/vorbis/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Input/wavpack/CMakeLists.txt b/src/plugins/Input/wavpack/CMakeLists.txt index 06b191d56..d3655a71e 100644 --- a/src/plugins/Input/wavpack/CMakeLists.txt +++ b/src/plugins/Input/wavpack/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Output/alsa/CMakeLists.txt b/src/plugins/Output/alsa/CMakeLists.txt index c11d6455d..55efff100 100644 --- a/src/plugins/Output/alsa/CMakeLists.txt +++ b/src/plugins/Output/alsa/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Output/jack/CMakeLists.txt b/src/plugins/Output/jack/CMakeLists.txt index cd7aa59da..423070ef7 100644 --- a/src/plugins/Output/jack/CMakeLists.txt +++ b/src/plugins/Output/jack/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Output/oss/CMakeLists.txt b/src/plugins/Output/oss/CMakeLists.txt index 982be4a50..74189d916 100644 --- a/src/plugins/Output/oss/CMakeLists.txt +++ b/src/plugins/Output/oss/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Output/pulseaudio/CMakeLists.txt b/src/plugins/Output/pulseaudio/CMakeLists.txt index 9a7bc7b7f..a8dcb6f41 100644 --- a/src/plugins/Output/pulseaudio/CMakeLists.txt +++ b/src/plugins/Output/pulseaudio/CMakeLists.txt @@ -4,10 +4,6 @@ cmake_minimum_required(VERSION 2.4.0) INCLUDE(UsePkgConfig) -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) # qt plugin ADD_DEFINITIONS( -Wall ) diff --git a/src/plugins/Visual/analyzer/CMakeLists.txt b/src/plugins/Visual/analyzer/CMakeLists.txt index 802819e6d..931705057 100644 --- a/src/plugins/Visual/analyzer/CMakeLists.txt +++ b/src/plugins/Visual/analyzer/CMakeLists.txt @@ -2,13 +2,6 @@ project(libanalyzer) cmake_minimum_required(VERSION 2.4.0) - - -INCLUDE(FindQt4) - -find_package(Qt4 REQUIRED) # find and setup Qt4 for this project -include(${QT_USE_FILE}) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) |
