2019-09-09 06:08:43 +00:00
|
|
|
# Generated from tools.pro.
|
|
|
|
|
2020-11-14 19:37:35 +00:00
|
|
|
# QTBUG-88538 # special case
|
|
|
|
if(NOT ANDROID AND NOT IOS)
|
|
|
|
add_subdirectory(qmakelib)
|
|
|
|
add_subdirectory(qmake)
|
|
|
|
add_subdirectory(moc)
|
|
|
|
add_subdirectory(rcc)
|
|
|
|
endif()
|
|
|
|
# QTBUG-88538 # special case
|
|
|
|
if(TARGET Qt::Widgets AND NOT ANDROID AND NOT IOS)
|
2019-09-09 06:08:43 +00:00
|
|
|
add_subdirectory(uic)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(qdbuscpp2xml)
|
|
|
|
add_subdirectory(qdbusxml2cpp)
|
|
|
|
endif()
|