katie/tests/auto/qdbusxmlparser/CMakeLists.txt
Ivailo Monev 4dcd5db81b add QDBusMarshall and QDBusXmlParser tests
also, effectively revert 474a940c5c
since the method is required for the marshaller test however guard
it with QT_BUILD_INTERNAL definition check

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-28 13:32:10 +00:00

7 lines
190 B
CMake

if(WITH_DBUS AND DBUS_FOUND)
katie_test(tst_qdbusxmlparser
${CMAKE_CURRENT_SOURCE_DIR}/tst_qdbusxmlparser.cpp
)
target_link_libraries(tst_qdbusxmlparser KtDBus)
endif()