diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-09-23 08:24:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-09-23 08:24:01 +0000 |
| commit | 0a3371703b5ac4d9b2582244327badd4432bf581 (patch) | |
| tree | 4ba925ab7cff1e91c6e5f3b36ddff34ef706e139 /src/plugins/General | |
| parent | 1f6c3d75280ced7586b3c2672493133e85681e28 (diff) | |
| download | qmmp-0a3371703b5ac4d9b2582244327badd4432bf581.tar.gz qmmp-0a3371703b5ac4d9b2582244327badd4432bf581.tar.bz2 qmmp-0a3371703b5ac4d9b2582244327badd4432bf581.zip | |
cmake: removed CMP0003 policy
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7466 90c681e8-e032-0410-971d-27865f9a5e38
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}) |
