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>
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
# 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()
|