4f0ee5fb37
Task-number: QTBUG-87025 Task-number: QTBUG-88538 Change-Id: Id691c8463e9bf83c4538dce93300fb4fd5a99849 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
18 lines
417 B
CMake
18 lines
417 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()
|