[us-commits] [ehb54/ultrascan3] e7fc39: Fix macx build: guard -lqwtplot3d self-link and ad...

emre brookes noreply at github.com
Tue Jun 16 16:59:02 MDT 2026


  Branch: refs/heads/ehb54-issue-907
  Home:   https://github.com/ehb54/ultrascan3
  Commit: e7fc39e0ded8d0a6cfe774a4c39f42f3e26ec5c2
      https://github.com/ehb54/ultrascan3/commit/e7fc39e0ded8d0a6cfe774a4c39f42f3e26ec5c2
  Author: ehb54 <brookes at uthscsa.edu>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M gui/libus_gui.pro
    M local.pri.template

  Log Message:
  -----------
  Fix macx build: guard -lqwtplot3d self-link and add -lus_utils to libus_gui

local.pri.template: split -lqwtplot3d onto a guarded line so that
when qwtplot3d itself is being built it does not try to link against
its own not-yet-existing library (ld: library not found for -lqwtplot3d).

gui/libus_gui.pro: add macx LIBS += -lus_utils so that the symbols
moved into libus_gui in Nov 2025 (us_csv_loader, us_convert_gui,
us_extinction_gui, etc.) can resolve against libus_utils at link time.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications


More information about the us-commits mailing list