Merge remote-tracking branch 'origin/4.14' into 4.15

Change-Id: Ia86c8b94a7d57eb3312600b1d7e9f4fe20185b45
This commit is contained in:
Eike Ziller
2021-02-24 13:22:14 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ Debugging
### LLDB
* Fixed that application output could be printed delayed (QTCREATORBUG-24667)
* Fixed performance issue (QTCREATORBUG-25185, QTCREATORBUG-25217)
### CDB

View File

@@ -37,6 +37,7 @@ if (ENABLE_BUILD_QBS)
set(INSTALL_PUBLIC_HEADERS OFF CACHE BOOL "")
set(WITH_TESTS OFF)
set(WITH_PROJECT_FILE_UPDATES ON)
set(QBS_INSTALL_QCH_DOCS ${WITH_DOCS} CACHE BOOL "")
add_subdirectory(qbs)
endif()