Skip to content

Commit

Permalink
depends: qt: disable printer for all platforms, not just osx
Browse files Browse the repository at this point in the history
This also fixes the native osx build.
  • Loading branch information
theuni authored and fanquake committed Jan 19, 2017
1 parent 6012967 commit c36ec71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion depends/patches/qt/mac-qmake.conf
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c36ec71

Please sign in to comment.