db397d1113
And generate a few more test projects that were missing. Change-Id: I5df51106549aa5ae09bc3c42360e14b143719547 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
25 lines
491 B
CMake
25 lines
491 B
CMake
# Generated from qdbusabstractinterface.pro.
|
|
|
|
add_subdirectory(qpinger)
|
|
|
|
# special case begin
|
|
qt_add_test(tst_qdbusabstractinterface
|
|
SOURCES
|
|
interface.cpp
|
|
tst_qdbusabstractinterface.cpp
|
|
LIBRARIES
|
|
Qt::Core
|
|
Qt::DBus
|
|
)
|
|
|
|
qt_extend_target(tst_qdbusabstractinterface
|
|
DBUS_INTERFACE_SOURCES
|
|
org.qtproject.QtDBus.Pinger.xml
|
|
DBUS_INTERFACE_BASENAME
|
|
pinger_interface
|
|
DBUS_INTERFACE_FLAGS
|
|
-i interface.h
|
|
)
|
|
|
|
# special case end
|