CMake: Build dbus tools when building dbus tests
This adds the build dependencies tst_qdbuscpp2xml -> qdbuscpp2xml tst_qdbusxml2cpp -> qdbusxml2cpp Pick-to: 6.8 Fixes: QTBUG-126115 Change-Id: I8a52568023743924fac67ce88ea446189b0328c0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
1036e9d4f1
commit
0f71a00357
@ -33,3 +33,4 @@ qt_internal_add_resource(tst_qdbuscpp2xml "qdbuscpp2xml"
|
||||
${qdbuscpp2xml_resource_files}
|
||||
)
|
||||
|
||||
add_dependencies(tst_qdbuscpp2xml ${QT_CMAKE_EXPORT_NAMESPACE}::qdbuscpp2xml)
|
||||
|
@ -15,3 +15,5 @@ qt_internal_add_test(tst_qdbusxml2cpp
|
||||
SOURCES
|
||||
tst_qdbusxml2cpp.cpp
|
||||
)
|
||||
|
||||
add_dependencies(tst_qdbusxml2cpp ${QT_CMAKE_EXPORT_NAMESPACE}::qdbusxml2cpp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user