Browse Source

depends: qt: disable printer for all platforms, not just osx

This also fixes the native osx build.
0.14
Cory Fields 8 years ago committed by fanquake
parent
commit
c36ec715f0
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 2
      depends/packages/qt.mk
  2. 1
      depends/patches/qt/mac-qmake.conf

2
depends/packages/qt.mk

@ -78,6 +78,8 @@ $(package)_config_opts += -reduce-exports @@ -78,6 +78,8 @@ $(package)_config_opts += -reduce-exports
$(package)_config_opts += -static
$(package)_config_opts += -silent
$(package)_config_opts += -v
$(package)_config_opts += -no-feature-printer
$(package)_config_opts += -no-feature-printdialog
ifneq ($(build_os),darwin)
$(package)_config_opts_darwin = -xplatform macx-clang-linux

1
depends/patches/qt/mac-qmake.conf

@ -1,6 +1,5 @@ @@ -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)

Loading…
Cancel
Save