diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/copypaste/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/covermanager/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/fileops/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/gnomehotkey/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/hal/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/plugins/General/mpris/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/notifier/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/rgscan/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | src/plugins/General/udisks/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/plugins/General/udisks2/CMakeLists.txt | 5 |
18 files changed, 0 insertions, 92 deletions
diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt index 1e6c7595f..2d67bd731 100644 --- a/src/plugins/General/converter/CMakeLists.txt +++ b/src/plugins/General/converter/CMakeLists.txt @@ -1,13 +1,7 @@ project(libconverter) - include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt index 1fab647c0..a1d3842d9 100644 --- a/src/plugins/General/copypaste/CMakeLists.txt +++ b/src/plugins/General/copypaste/CMakeLists.txt @@ -1,13 +1,7 @@ project(libcopypaste) - include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/covermanager/CMakeLists.txt b/src/plugins/General/covermanager/CMakeLists.txt index 3024368ea..10265b03a 100644 --- a/src/plugins/General/covermanager/CMakeLists.txt +++ b/src/plugins/General/covermanager/CMakeLists.txt @@ -1,16 +1,10 @@ project(libcovermanager) - - SET(QT_USE_QTNETWORK TRUE) INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/fileops/CMakeLists.txt b/src/plugins/General/fileops/CMakeLists.txt index a928c0975..a66716870 100644 --- a/src/plugins/General/fileops/CMakeLists.txt +++ b/src/plugins/General/fileops/CMakeLists.txt @@ -1,13 +1,7 @@ project(libfileops) - include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/gnomehotkey/CMakeLists.txt b/src/plugins/General/gnomehotkey/CMakeLists.txt index e2dbbe75d..2916ada2f 100644 --- a/src/plugins/General/gnomehotkey/CMakeLists.txt +++ b/src/plugins/General/gnomehotkey/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/hal/CMakeLists.txt b/src/plugins/General/hal/CMakeLists.txt index 82f03b378..0ed5eb996 100644 --- a/src/plugins/General/hal/CMakeLists.txt +++ b/src/plugins/General/hal/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index c474b163f..2e35f2b33 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -1,12 +1,7 @@ project(libhotkey) - INCLUDE(CheckIncludeFile) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt index 5697aa447..e24ae1711 100644 --- a/src/plugins/General/kdenotify/CMakeLists.txt +++ b/src/plugins/General/kdenotify/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/lyrics/CMakeLists.txt b/src/plugins/General/lyrics/CMakeLists.txt index cb9a7549f..64a1da810 100644 --- a/src/plugins/General/lyrics/CMakeLists.txt +++ b/src/plugins/General/lyrics/CMakeLists.txt @@ -6,11 +6,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/mpris/CMakeLists.txt b/src/plugins/General/mpris/CMakeLists.txt index b3fb79494..6126c4040 100644 --- a/src/plugins/General/mpris/CMakeLists.txt +++ b/src/plugins/General/mpris/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index 791416606..1f0007ccf 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -1,11 +1,5 @@ project(libnotifier) - -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/rgscan/CMakeLists.txt b/src/plugins/General/rgscan/CMakeLists.txt index b5b1e458f..62cd415e9 100644 --- a/src/plugins/General/rgscan/CMakeLists.txt +++ b/src/plugins/General/rgscan/CMakeLists.txt @@ -1,13 +1,7 @@ project(librgscan) - include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # 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 36e7bb6f9..6a0b53bb9 100644 --- a/src/plugins/General/scrobbler/CMakeLists.txt +++ b/src/plugins/General/scrobbler/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/statusicon/CMakeLists.txt b/src/plugins/General/statusicon/CMakeLists.txt index 575de7bd9..64942b72a 100644 --- a/src/plugins/General/statusicon/CMakeLists.txt +++ b/src/plugins/General/statusicon/CMakeLists.txt @@ -1,11 +1,5 @@ project(libstatusicon) - -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/streambrowser/CMakeLists.txt b/src/plugins/General/streambrowser/CMakeLists.txt index 747baac1b..a63b00e60 100644 --- a/src/plugins/General/streambrowser/CMakeLists.txt +++ b/src/plugins/General/streambrowser/CMakeLists.txt @@ -6,11 +6,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/trackchange/CMakeLists.txt b/src/plugins/General/trackchange/CMakeLists.txt index 2f9a9fce0..bf52689a7 100644 --- a/src/plugins/General/trackchange/CMakeLists.txt +++ b/src/plugins/General/trackchange/CMakeLists.txt @@ -1,13 +1,7 @@ project(libtrackchange) - include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/udisks/CMakeLists.txt b/src/plugins/General/udisks/CMakeLists.txt index 780820e25..d1538c184 100644 --- a/src/plugins/General/udisks/CMakeLists.txt +++ b/src/plugins/General/udisks/CMakeLists.txt @@ -7,10 +7,6 @@ INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) diff --git a/src/plugins/General/udisks2/CMakeLists.txt b/src/plugins/General/udisks2/CMakeLists.txt index 752b7520f..bb12e48b2 100644 --- a/src/plugins/General/udisks2/CMakeLists.txt +++ b/src/plugins/General/udisks2/CMakeLists.txt @@ -1,16 +1,11 @@ project(libudisks2) - SET (QT_USE_QTDBUS TRUE) INCLUDE(FindQt4) include(${QT_USE_FILE}) -if(COMMAND cmake_policy) -cmake_policy(SET CMP0003 NEW) -endif(COMMAND cmake_policy) - # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) |
