2019-03-18 18:26:24 +00:00
|
|
|
add_subdirectory(corelib)
|
|
|
|
add_subdirectory(embedded)
|
|
|
|
add_subdirectory(qpa)
|
|
|
|
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(dbus)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Network)
|
|
|
|
add_subdirectory(network)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Test)
|
|
|
|
add_subdirectory(qtestlib)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Concurrent)
|
|
|
|
add_subdirectory(qtconcurrent)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Sql)
|
|
|
|
add_subdirectory(sql)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Gui)
|
2018-10-24 13:20:27 +00:00
|
|
|
add_subdirectory(gui)
|
|
|
|
endif()
|
2019-03-20 12:41:37 +00:00
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(widgets)
|
|
|
|
endif()
|