From f9d64fd4e062572920697fc28146fcd0068d0f3e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 8 May 2010 18:23:37 +0000 Subject: setting minimal qt version to 4.6 git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1722 90c681e8-e032-0410-971d-27865f9a5e38 --- CMakeLists.txt | 2 +- README | 2 +- README.RUS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a248a5cf3..4c0aadeb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ SET(QMMP_VERSION 0.5.0) SET(QMMP_SOVERSION 0) SET(SVN_VERSION TRUE) -SET(QT_MIN_VERSION 4.4.0) +SET(QT_MIN_VERSION 4.6.0) INCLUDE(FindQt4) INCLUDE(${QT_USE_FILE}) INCLUDE(FindPkgConfig) diff --git a/README b/README index 4ced1afba..a0e432f12 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ Other features: Requirements: - OS GNU Linux -- Qt >= 4.4 +- Qt >= 4.6 - tar, unzip, bzip2, gzip - libmad - libvorbis diff --git a/README.RUS b/README.RUS index 90e0ca0a3..dcc7cc0a1 100644 --- a/README.RUS +++ b/README.RUS @@ -53,7 +53,7 @@ Qmmp - Qt-based multimedia player Требования: - OS GNU Linux -- Qt >= 4.4 +- Qt >= 4.6 - tar, unzip, bzip2, gzip - libmad - libvorbis -- cgit v1.2.3-13-gbd6f