3f56950862
Having all *deployqt tools in qtbase will allow us to couple deployment support more tightly with the build system. Change-Id: I299efdacfa6b66a303bb3996ff3ff84e723210a5 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
27 lines
737 B
CMake
27 lines
737 B
CMake
# Generated from tools.pro.
|
|
|
|
# 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)
|
|
add_subdirectory(uic)
|
|
endif()
|
|
if(TARGET Qt::DBus)
|
|
add_subdirectory(qdbuscpp2xml)
|
|
add_subdirectory(qdbusxml2cpp)
|
|
endif()
|
|
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()
|