From 8e841773f203bdc4f6bf14606dd9f66ba93a8eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 2 Dec 2020 15:07:12 -0300 Subject: [PATCH] qgroundcontrol: Remove print support (#9223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project is not using QPrint* classes or QPageSetupDialog and QAbstractPrintDialog Signed-off-by: Patrick José Pereira --- qgroundcontrol.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 2bb52e2..d0e29de 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -263,7 +263,6 @@ AndroidBuild || iOSBuild { # Android and iOS don't unclude these } else { QT += \ - printsupport \ serialport \ }