openbsd-ports/audio/last.fm/patches/patch-src_httpinput_httpinput_pro
2011-10-18 12:17:26 +00:00

14 lines
364 B
Plaintext

$OpenBSD: patch-src_httpinput_httpinput_pro,v 1.1 2011/10/18 12:17:26 dcoppa Exp $
--- src/httpinput/httpinput.pro.orig Tue Oct 18 11:28:43 2011
+++ src/httpinput/httpinput.pro Tue Oct 18 11:29:17 2011
@@ -1,7 +1,8 @@
TEMPLATE = lib
CONFIG += service
TARGET = httpinput
-QT += network gui xml
+QT += network
+QT -= gui
include( ../../definitions.pro.inc )