2020-07-07 16:34:17 +00:00
|
|
|
# Generated from tools.pro.
|
|
|
|
|
2020-12-09 13:59:40 +00:00
|
|
|
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)
|
2020-07-07 16:34:17 +00:00
|
|
|
add_subdirectory(uic)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(qdbuscpp2xml)
|
|
|
|
add_subdirectory(qdbusxml2cpp)
|
|
|
|
endif()
|