summaryrefslogtreecommitdiff
blob: 3e6656dd272c69356cb448650fe0bcce6916e08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Qt5XmlPatterns is not actually used, but build will fail if it's missing.

Gentoo-bug: 564316

--- src/src.pro
+++ src/src.pro
@@ -4,8 +4,7 @@
 TARGET = oauth2plugin
 DESTDIR = lib/signon
 QT += core \
-    network \
-    xmlpatterns
+    network
 QT -= gui
 CONFIG += plugin \
     build_all \