diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/copypaste/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/covermanager/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/fileops/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/gnomehotkey/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/hal/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/mpris/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/notifier/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/rgscan/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/udisks/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/udisks2/CMakeLists.txt | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt index 27b272887..1e6c7595f 100644 --- a/src/plugins/General/converter/CMakeLists.txt +++ b/src/plugins/General/converter/CMakeLists.txt @@ -1,6 +1,5 @@ project(libconverter) -cmake_minimum_required(VERSION 2.4.7) include(${QT_USE_FILE}) diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt index 449dd47fe..1fab647c0 100644 --- a/src/plugins/General/copypaste/CMakeLists.txt +++ b/src/plugins/General/copypaste/CMakeLists.txt @@ -1,6 +1,5 @@ project(libcopypaste) -cmake_minimum_required(VERSION 2.4.7) include(${QT_USE_FILE}) diff --git a/src/plugins/General/covermanager/CMakeLists.txt b/src/plugins/General/covermanager/CMakeLists.txt index cfccff6f0..3024368ea 100644 --- a/src/plugins/General/covermanager/CMakeLists.txt +++ b/src/plugins/General/covermanager/CMakeLists.txt @@ -1,6 +1,5 @@ project(libcovermanager) -cmake_minimum_required(VERSION 2.4.7) SET(QT_USE_QTNETWORK TRUE) diff --git a/src/plugins/General/fileops/CMakeLists.txt b/src/plugins/General/fileops/CMakeLists.txt index 0272e92df..a928c0975 100644 --- a/src/plugins/General/fileops/CMakeLists.txt +++ b/src/plugins/General/fileops/CMakeLists.txt @@ -1,6 +1,5 @@ project(libfileops) -cmake_minimum_required(VERSION 2.4.7) include(${QT_USE_FILE}) diff --git a/src/plugins/General/gnomehotkey/CMakeLists.txt b/src/plugins/General/gnomehotkey/CMakeLists.txt index e43f1e59c..e2dbbe75d 100644 --- a/src/plugins/General/gnomehotkey/CMakeLists.txt +++ b/src/plugins/General/gnomehotkey/CMakeLists.txt @@ -1,6 +1,5 @@ project(libgnomehotkey) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) diff --git a/src/plugins/General/hal/CMakeLists.txt b/src/plugins/General/hal/CMakeLists.txt index 0ddca6001..82f03b378 100644 --- a/src/plugins/General/hal/CMakeLists.txt +++ b/src/plugins/General/hal/CMakeLists.txt @@ -1,6 +1,5 @@ project(libhal) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 9cf92014c..c474b163f 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -1,6 +1,5 @@ project(libhotkey) -cmake_minimum_required(VERSION 2.4.7) INCLUDE(CheckIncludeFile) diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt index 6ae054805..5697aa447 100644 --- a/src/plugins/General/kdenotify/CMakeLists.txt +++ b/src/plugins/General/kdenotify/CMakeLists.txt @@ -1,6 +1,5 @@ project(libkdenotify) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) diff --git a/src/plugins/General/lyrics/CMakeLists.txt b/src/plugins/General/lyrics/CMakeLists.txt index 850ac86fc..cb9a7549f 100644 --- a/src/plugins/General/lyrics/CMakeLists.txt +++ b/src/plugins/General/lyrics/CMakeLists.txt @@ -1,6 +1,5 @@ project(liblyrics) -cmake_minimum_required(VERSION 2.4.7) SET(QT_USE_QTNETWORK TRUE) INCLUDE(FindQt4) diff --git a/src/plugins/General/mpris/CMakeLists.txt b/src/plugins/General/mpris/CMakeLists.txt index fe89bbc45..b3fb79494 100644 --- a/src/plugins/General/mpris/CMakeLists.txt +++ b/src/plugins/General/mpris/CMakeLists.txt @@ -1,6 +1,5 @@ project(libmpris) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index 8b12331c8..6979cc597 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -1,6 +1,5 @@ project(libnotifier) -cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/src/plugins/General/rgscan/CMakeLists.txt b/src/plugins/General/rgscan/CMakeLists.txt index f9efd1500..b5b1e458f 100644 --- a/src/plugins/General/rgscan/CMakeLists.txt +++ b/src/plugins/General/rgscan/CMakeLists.txt @@ -1,6 +1,5 @@ project(librgscan) -cmake_minimum_required(VERSION 2.4.7) include(${QT_USE_FILE}) diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt index 3815be3b6..36e7bb6f9 100644 --- a/src/plugins/General/scrobbler/CMakeLists.txt +++ b/src/plugins/General/scrobbler/CMakeLists.txt @@ -1,6 +1,5 @@ project(libscrobbler) -cmake_minimum_required(VERSION 2.4.7) SET(QT_USE_QTNETWORK TRUE) diff --git a/src/plugins/General/statusicon/CMakeLists.txt b/src/plugins/General/statusicon/CMakeLists.txt index d809fb404..575de7bd9 100644 --- a/src/plugins/General/statusicon/CMakeLists.txt +++ b/src/plugins/General/statusicon/CMakeLists.txt @@ -1,6 +1,5 @@ project(libstatusicon) -cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/src/plugins/General/streambrowser/CMakeLists.txt b/src/plugins/General/streambrowser/CMakeLists.txt index 0589c5c7c..747baac1b 100644 --- a/src/plugins/General/streambrowser/CMakeLists.txt +++ b/src/plugins/General/streambrowser/CMakeLists.txt @@ -1,6 +1,5 @@ project(libstreambrowser) -cmake_minimum_required(VERSION 2.4.7) SET(QT_USE_QTNETWORK TRUE) INCLUDE(FindQt4) diff --git a/src/plugins/General/trackchange/CMakeLists.txt b/src/plugins/General/trackchange/CMakeLists.txt index 1bf2048d8..2f9a9fce0 100644 --- a/src/plugins/General/trackchange/CMakeLists.txt +++ b/src/plugins/General/trackchange/CMakeLists.txt @@ -1,6 +1,5 @@ project(libtrackchange) -cmake_minimum_required(VERSION 2.4.7) include(${QT_USE_FILE}) diff --git a/src/plugins/General/udisks/CMakeLists.txt b/src/plugins/General/udisks/CMakeLists.txt index ced2af46e..780820e25 100644 --- a/src/plugins/General/udisks/CMakeLists.txt +++ b/src/plugins/General/udisks/CMakeLists.txt @@ -1,6 +1,5 @@ project(libudisks) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) diff --git a/src/plugins/General/udisks2/CMakeLists.txt b/src/plugins/General/udisks2/CMakeLists.txt index 2e37c22a6..752b7520f 100644 --- a/src/plugins/General/udisks2/CMakeLists.txt +++ b/src/plugins/General/udisks2/CMakeLists.txt @@ -1,6 +1,5 @@ project(libudisks2) -cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR) SET (QT_USE_QTDBUS TRUE) |
