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)
|
2022-02-07 17:13:04 +00:00
|
|
|
if(QT_FEATURE_qmake)
|
|
|
|
add_subdirectory(qmake)
|
|
|
|
endif()
|
2020-11-14 19:37:35 +00:00
|
|
|
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()
|
2021-11-18 13:52:19 +00:00
|
|
|
if(QT_FEATURE_process AND NOT CMAKE_CROSSCOMPILING)
|
|
|
|
if(QT_FEATURE_macdeployqt)
|
|
|
|
add_subdirectory(macdeployqt)
|
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_windeployqt AND BUILD_SHARED_LIBS)
|
|
|
|
# windeployqt does not work with static Qt builds. See QTBUG-69427.
|
|
|
|
add_subdirectory(windeployqt)
|
|
|
|
endif()
|
|
|
|
endif()
|