build: Qt version appears only if GUI is being built #17005

pull ch4ot1c wants to merge 1 commits into bitcoin:master from ch4ot1c:build/qt-no changing 1 files +5 −1
  1. ch4ot1c commented at 12:10 AM on October 1, 2019: contributor

    Closes #16989.

    Simplifies ./configure output for x$bitcoin_enable_qt.

    Now: checking whether to build Bitcoin Core GUI... no checking whether to build Bitcoin Core GUI... yes (Qt5)

  2. build: Installed Qt version only appears if being built 57b0cd4db9
  3. fanquake added the label Build system on Oct 1, 2019
  4. hebasto commented at 5:28 AM on October 1, 2019: member

    Concept ACK.

  5. laanwj commented at 8:55 AM on October 1, 2019: member

    Thanks! ACK 57b0cd4db9ec26d5a00714016639e218cfa1ccda

  6. fanquake approved
  7. fanquake commented at 10:01 AM on October 1, 2019: member

    ACK 57b0cd4db9ec26d5a00714016639e218cfa1ccda

    master:

    ./configure
    ....
    checking whether to build Bitcoin Core GUI... yes (Qt5)
    
    ./configure --with-gui=no
    ....
    checking whether to build Bitcoin Core GUI... no (Qt5)
    

    This PR (57b0cd4db9ec26d5a00714016639e218cfa1ccda):

    ./configure
    ...
    checking whether to build Bitcoin Core GUI... yes (Qt5)
    
    ./configure --with-gui=no
    ...
    checking whether to build Bitcoin Core GUI... no
    
  8. fanquake referenced this in commit 52acd24573 on Oct 1, 2019
  9. fanquake merged this on Oct 1, 2019
  10. fanquake closed this on Oct 1, 2019

  11. xdustinface referenced this in commit 822db34008 on Feb 17, 2021
  12. gades referenced this in commit 6e7683234c on Jun 27, 2021
  13. DrahtBot locked this on Dec 16, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 18:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me