File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ $(package)_config_opts += -reduce-exports
78
78
$(package ) _config_opts += -static
79
79
$(package ) _config_opts += -silent
80
80
$(package ) _config_opts += -v
81
+ $(package ) _config_opts += -no-feature-printer
82
+ $(package ) _config_opts += -no-feature-printdialog
81
83
82
84
ifneq ($(build_os ) ,darwin)
83
85
$(package)_config_opts_darwin = -xplatform macx-clang-linux
Original file line number Diff line number Diff line change 1
1
MAKEFILE_GENERATOR = UNIX
2
2
CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname absolute_library_soname
3
- DEFINES += QT_NO_PRINTER QT_NO_PRINTDIALOG
4
3
QMAKE_INCREMENTAL_STYLE = sublib
5
4
include(../common/macx.conf)
6
5
include(../common/gcc-base-mac.conf)
You can’t perform that action at this time.
0 commit comments