diff options
Diffstat (limited to 'src/plugins/General')
| -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 |
4 files changed, 0 insertions, 16 deletions
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}) |
