2304acab5f
And fix up some wrong qmake project files Pick-to: 6.0 Change-Id: I66cb82aeb9c1419a74df1a650fa78a511ade7443 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
# Generated from tools.pro.
|
|
|
|
if(NOT ANDROID AND NOT IOS)
|
|
add_subdirectory(qmakelib)
|
|
add_subdirectory(qmake)
|
|
add_subdirectory(moc)
|
|
add_subdirectory(rcc)
|
|
endif()
|
|
if(TARGET Qt::Widgets AND NOT ANDROID AND NOT IOS)
|
|
add_subdirectory(uic)
|
|
endif()
|
|
if(TARGET Qt::DBus)
|
|
add_subdirectory(qdbuscpp2xml)
|
|
add_subdirectory(qdbusxml2cpp)
|
|
endif()
|