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>
15 lines
275 B
CMake
15 lines
275 B
CMake
# Generated from qdbusabstractadaptor.pro.
|
|
|
|
add_subdirectory(qmyserver)
|
|
|
|
# special case begin
|
|
qt_add_test(tst_qdbusabstractadaptor
|
|
SOURCES
|
|
myobject.h
|
|
tst_qdbusabstractadaptor.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::DBus
|
|
)
|
|
# special case end
|