Browse Source

qgroundcontrol: Remove print support (#9223)

Project is not using QPrint* classes or QPageSetupDialog and QAbstractPrintDialog

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by GitHub
parent
commit
8e841773f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      qgroundcontrol.pro

1
qgroundcontrol.pro

@ -263,7 +263,6 @@ AndroidBuild || iOSBuild {
# Android and iOS don't unclude these # Android and iOS don't unclude these
} else { } else {
QT += \ QT += \
printsupport \
serialport \ serialport \
} }

Loading…
Cancel
Save