diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-24 14:44:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-07-24 14:44:26 +0000 |
| commit | c32e2826dd6480b8056b0c8af8e2a8323dfafc13 (patch) | |
| tree | faf2b105540fd370e29cb4a4aa0fde37a1d95f9b /src/plugins/General | |
| parent | 29818a940eb2ce0e4f4487e79ef4b57fa9da9cac (diff) | |
| download | qmmp-c32e2826dd6480b8056b0c8af8e2a8323dfafc13.tar.gz qmmp-c32e2826dd6480b8056b0c8af8e2a8323dfafc13.tar.bz2 qmmp-c32e2826dd6480b8056b0c8af8e2a8323dfafc13.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@476 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/notifier/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index cc6fd0796..6c29091ab 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -1,6 +1,6 @@ project(libnotifier) -cmake_minimum_required(VERSION 2.4.0) +cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/src/plugins/General/scrobbler/CMakeLists.txt b/src/plugins/General/scrobbler/CMakeLists.txt index 0726f41c5..4887f0aa9 100644 --- a/src/plugins/General/scrobbler/CMakeLists.txt +++ b/src/plugins/General/scrobbler/CMakeLists.txt @@ -1,6 +1,6 @@ project(libscrobbler) -cmake_minimum_required(VERSION 2.4.0) +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 245d339ab..6ebd8ae36 100644 --- a/src/plugins/General/statusicon/CMakeLists.txt +++ b/src/plugins/General/statusicon/CMakeLists.txt @@ -1,6 +1,6 @@ project(libstatusicon) -cmake_minimum_required(VERSION 2.4.0) +cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) |
