diff options
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ def configure(conf): autowaf.check_pkg(conf, 'Qt5Widgets', uselib_store='QT5', atleast_version='5.1.0', mandatory=False) if conf.check_cxx(header_name = 'QMacCocoaViewContainer', - uselib = 'QT5', + uselib = 'QT5_COCOA', mandatory = False): autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1) @@ -360,7 +360,7 @@ def build(bld): install_path = module_dir, cflags = cflags, lib = modlib, - uselib = 'QT5 QT5_MAC_EXTRAS LV2', + uselib = 'QT5 QT5_COCOA LV2', linkflags = ['-framework', 'Cocoa']) if bld.env.SUIL_WITH_X11: |