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

emre brookes noreply at github.com
Wed Jun 17 06:16:54 MDT 2026


  Branch: refs/heads/main
  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>


  Commit: c81d8b70460860507d201fd8243784999eddf69b
      https://github.com/ehb54/ultrascan3/commit/c81d8b70460860507d201fd8243784999eddf69b
  Author: emre brookes <ehb54 at users.noreply.github.com>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M .github/workflows/bump-version.yml

  Log Message:
  -----------
  Merge branch 'main' into ehb54-issue-907


  Commit: 36f036553bd505b52b7b696575355f3d715ab159
      https://github.com/ehb54/ultrascan3/commit/36f036553bd505b52b7b696575355f3d715ab159
  Author: emre brookes <ehb54 at users.noreply.github.com>
  Date:   2026-06-17 (Wed, 17 Jun 2026)

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

  Log Message:
  -----------
  Merge pull request #446 from ehb54/ehb54-issue-907

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


Compare: https://github.com/ehb54/ultrascan3/compare/52cc7dc3a6bb...36f036553bd5

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