From patchwork Tue Nov 13 22:51:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [for-2012.11] qextserialport: don't require Qt GUI module Date: Tue, 13 Nov 2012 12:51:02 -0000 From: Arnout Vandecappelle X-Patchwork-Id: 198796 Message-Id: <1352847062-16275-1-git-send-email-arnout@mind.be> To: buildroot@busybox.net Fixes e.g. http://autobuild.buildroot.net/results/e80ae76fa21f87bef10e08c7452b796dc0986ff2/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/qextserialport/qextserialport-gui.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package/qextserialport/qextserialport-gui.patch b/package/qextserialport/qextserialport-gui.patch new file mode 100644 index 0000000..d3dedae --- /dev/null +++ b/package/qextserialport/qextserialport-gui.patch @@ -0,0 +1,16 @@ +Don't require Qt GUI module + +Signed-off-by: Arnout Vandecappelle (Essensium/Mind) +--- +diff -Nrup qextserialport-f83b4e7ca922e53.orig/qextserialport.pro qextserialport-f83b4e7ca922e53/qextserialport.pro +--- qextserialport-f83b4e7ca922e53.orig/qextserialport.pro 2012-10-17 09:13:53.000000000 +0200 ++++ qextserialport-f83b4e7ca922e53/qextserialport.pro 2012-11-13 22:48:29.249431510 +0100 +@@ -41,6 +41,8 @@ macx:qesp_mac_framework { + + win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all + ++!win32*:!wince*:QT -= gui ++ + #generate proper library name + greaterThan(QT_MAJOR_VERSION, 4) { + QESP_LIB_BASENAME = QtExtSerialPort