amarok: fix building against Qt-5.11
This commit is contained in:
parent
9c1edbddee
commit
ff4351ac3b
@ -21,6 +21,8 @@ in mkDerivation {
|
|||||||
sha256 = "05w7kl6qfmkjz0y1bhgkkbmsqdll30bkjd6npkzvivrvp7dplmbh";
|
sha256 = "05w7kl6qfmkjz0y1bhgkkbmsqdll30bkjd6npkzvivrvp7dplmbh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [ ./qt5_11.patch ];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
qca-qt5 qjson qtscript qtwebkit
|
qca-qt5 qjson qtscript qtwebkit
|
||||||
|
11
pkgs/applications/audio/amarok/qt5_11.patch
Normal file
11
pkgs/applications/audio/amarok/qt5_11.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/aboutdialog/ExtendedAboutDialog.cpp
|
||||||
|
+++ b/src/aboutdialog/ExtendedAboutDialog.cpp
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
#include <QLayout>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QScrollBar>
|
||||||
|
+#include <QStyle>
|
||||||
|
#include <QTabWidget>
|
||||||
|
|
||||||
|
#include <qapplication.h>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user