_  _    __    ___  __    ___  _____  _  _
 ( \( )  /__\  / __)(  )  / __)(  _  )( \( )
  )  (  /(__)\( (__  )(__( (__  )(_)(  )  (
 (_)\_)(__)(__)\___)(____)\___)(_____)(_)\_)

The History of Hacking  ·  May 31 – June 2, 2026  ·  Carolina Beach, NC

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • src/sbbs3/qtmonitor/CMakeLists.txt

    From Deucе@VERT to Git commit to main/sbbs/master on Thu May 7 12:43:06 2026
    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 Thu May 7 12:54:38 2026
    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 Thu May 7 13:11:03 2026
    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