Rename target of the BSTR test in QtCore to avoid conflict
ActiveQt already has a tst_bstr, so configure fails for top-level builds with both Core and ActiveQt. Amends 93686386c078e2be03fb8bc42dee60a9e36fc23f. Task-number: QTBUG-126530 Change-Id: I4a3d67d72be14202fe487f241ecd3d7c97936e29 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Pavel Dubsky <pavel.dubsky@qt.io> (cherry picked from commit 43a54cbe82a59a32ae666ddd0cc54e5edd0ccf50) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
0c3ebbc037
commit
d383391990
@ -7,7 +7,7 @@ if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
||||
find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
|
||||
endif()
|
||||
|
||||
qt_internal_add_test(tst_qbstr
|
||||
qt_internal_add_test(tst_qbstr_core
|
||||
SOURCES
|
||||
tst_qbstr.cpp
|
||||
LIBRARIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user