Guys, I don't quite remember discussing the Qt version bump.
Is it just me? -- Edward "Hades" Toroshchin dr_lepper on irc.freenode.org
>From e4aea888482646cc522234399f688e56f4e413e5 Mon Sep 17 00:00:00 2001 From: Daniel Meltzer <parallelgrapefr...@gmail.com> Date: Fri, 29 Mar 2013 11:50:35 -0400 Subject: [PATCH] Bump Qt required version to 4.8.2. --- CMakeLists.txt | 2 +- ChangeLog | 3 ++- README | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d167577..7de8f40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/shared ) -set( QT_MIN_VERSION "4.8.0" ) +set( QT_MIN_VERSION "4.8.2" ) set( KDE_MIN_VERSION "4.8.4" ) find_package( KDE4 REQUIRED ) # honors QT_MIN_VERSION include( KDE4Defaults ) diff --git a/ChangeLog b/ChangeLog index b87185d..034bd32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Amarok ChangeLog ================ -(C) 2002-2012 the Amarok authors. +(C) 2002-2013 the Amarok authors. VERSION 2.8-Beta 1 FEATURES: @@ -16,6 +16,7 @@ VERSION 2.8-Beta 1 * Added Ctrl+H shortcut to randomize playlist, patch by Harsh Gupta. (BR 208061) CHANGES: + * Amarok now depends on Qt 4.8.2 * Add prepareToQuit() signal to Amarok.Window script bindings; patch by Anmol Ahuja. (BR 241066) * Data CDs are now recognized in Amarok; patch by Anmol Ahuja. (BR 316128) diff --git a/README b/README index 424da81..8a2c412 100644 --- a/README +++ b/README @@ -42,8 +42,8 @@ Required * phonon-gstreamer 4.6.3 (or newer) * phonon-vlc 0.6.1 (or newer; as of 0.6.1 doesn't yet play Audio CDs, bug 313046) - * Qt 4.8 (or newer) - http://qt.nokia.com/ + * Qt 4.8.2 (or newer) + http://qt-project.org * TagLib 1.7 (or newer) (Metadata tagging library) -- 1.8.1.5
_______________________________________________ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel