aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2017-01-17 22:37:40 -0500
committerfanquake <[email protected]>2017-01-19 15:31:55 +0800
commitc36ec715f06d212381e0edfa4344514f1a575701 (patch)
tree14517fb7295e19a5c8274daa27f4ad7b811f9a14 /depends/patches
parentMerge #9512: Fix various things -fsanitize complains about (diff)
downloaddiscoin-c36ec715f06d212381e0edfa4344514f1a575701.tar.xz
discoin-c36ec715f06d212381e0edfa4344514f1a575701.zip
depends: qt: disable printer for all platforms, not just osx
This also fixes the native osx build.
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/qt/mac-qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/patches/qt/mac-qmake.conf b/depends/patches/qt/mac-qmake.conf
index 402e0555b..f565fe3e7 100644
--- a/depends/patches/qt/mac-qmake.conf
+++ b/depends/patches/qt/mac-qmake.conf
@@ -1,6 +1,5 @@
MAKEFILE_GENERATOR = UNIX
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname absolute_library_soname
-DEFINES += QT_NO_PRINTER QT_NO_PRINTDIALOG
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)