blob: de52fb4370aee7833e430167ba4fb53f5b28e3ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Last-Update: 2016-02-15
Forwarded: no
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: fix FTBFS.
--- a/src/phantomjs.pro
+++ b/src/phantomjs.pro
@@ -8,9 +8,9 @@
}
TEMPLATE = app
TARGET = phantomjs
-QT += network webkitwidgets
+QT += network webkitwidgets printsupport
CONFIG += console
DESTDIR = ../bin
|