167741717f
We don't really know why, but using the ctest --force-new-ctest-process flag stops the test from hanging. Also re-enable the test. Task-number: QTBUG-78449 Task-number: QTBUG-81365 Change-Id: I33094696dfe3f610dc257089074b1c2a9926f651 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
14 lines
280 B
CMake
14 lines
280 B
CMake
# Generated from tools.pro.
|
|
|
|
add_subdirectory(qmakelib)
|
|
add_subdirectory(qmake)
|
|
#add_subdirectory(moc)
|
|
add_subdirectory(rcc)
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(uic)
|
|
endif()
|
|
if(TARGET Qt::DBus)
|
|
add_subdirectory(qdbuscpp2xml)
|
|
add_subdirectory(qdbusxml2cpp)
|
|
endif()
|