• src/sbbs3/qtmonitor/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 12:43:06
    https://gitlab.synchro.net/main/sbbs/-/commit/eddebddf72ffa9d40bf278ab
    Modified Files:
    src/sbbs3/qtmonitor/CMakeLists.txt
    Log Message:
    qtmonitor: WIN32 subsystem, PRIVATE linkage, qt_finalize_target

    Add WIN32 to suppress console window on Windows (no-op on Unix).
    Use PRIVATE keyword for target_link_libraries as required by qt_finalize_target() which handles WinMain bridging.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 12:54:38
    https://gitlab.synchro.net/main/sbbs/-/commit/6b33d30f7a4a641e83dd0538
    Modified Files:
    src/sbbs3/qtmonitor/CMakeLists.txt
    Log Message:
    qtmonitor: auto-build Qt MQTT from source when not packaged

    Ubuntu and some other distros don't package qt6-mqtt. Fall back to
    building it from source via FetchContent, matching the installed Qt
    version tag. System packages are preferred when available.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 13:11:03
    https://gitlab.synchro.net/main/sbbs/-/commit/8886a3dab8d6a1adda321111
    Modified Files:
    src/sbbs3/qtmonitor/CMakeLists.txt
    Log Message:
    qtmonitor: require Qt6WebSockets before building Qt MQTT from source

    Qt MQTT has a transitive dependency on Qt6WebSockets. Make it a
    REQUIRED component so cmake fails at configure time with a clear
    message rather than during the qtmqtt build.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net