deepin-picker: add missing dep

closes #23431
This commit is contained in:
John 2020-07-08 16:51:23 +02:00
parent 34898c1fb0
commit 557b92bb2d
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
--- src/animation.cpp 2019-07-08 08:41:51.000000000 +0200
+++ - 2020-07-08 16:48:26.348650427 +0200
@@ -25,6 +25,7 @@
#include "utils.h"
#include <QApplication>
#include <QColor>
+#include <QPainterPath>
#include <QPainter>
#include <QDebug>
--- src/picker.cpp 2019-07-08 08:41:51.000000000 +0200
+++ - 2020-07-08 16:48:52.281052014 +0200
@@ -26,6 +26,7 @@
#include "settings.h"
#include "utils.h"
#include "colormenu.h"
+#include <QPainterPath>
#include <QPainter>
#include <QBitmap>
#include <QPixmap>

View file

@ -6,6 +6,7 @@ build_style=qmake
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
makedepends="dtkwidget-devel qt5-svg-devel qt5-x11extras-devel xcb-util-devel
libXtst-devel"
depends="qt5integration"
short_desc="Simple color picker"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"