2019-09-09 06:08:43 +00:00
|
|
|
# Generated from tools.pro.
|
|
|
|
|
|
|
|
add_subdirectory(qmakelib)
|
2019-09-16 10:41:43 +00:00
|
|
|
# special case begin
|
|
|
|
if(NOT WIN32) # @todo: this is broken, see QTBUG-78449
|
|
|
|
add_subdirectory(qmake)
|
|
|
|
endif()
|
|
|
|
# special case end
|
2019-09-09 06:08:43 +00:00
|
|
|
#add_subdirectory(moc)
|
2020-03-18 10:19:19 +00:00
|
|
|
add_subdirectory(rcc)
|
2019-09-09 06:08:43 +00:00
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(uic)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(qdbuscpp2xml)
|
|
|
|
add_subdirectory(qdbusxml2cpp)
|
|
|
|
endif()
|