344e4ec827
Change-Id: Ie7d49d4dc5bf6b2345b54f6bdfffcd974123f729 Reviewed-by: Qt CMake Build Bot Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
20 lines
370 B
CMake
20 lines
370 B
CMake
# Generated from benchmarks.pro.
|
|
|
|
add_subdirectory(corelib)
|
|
add_subdirectory(sql)
|
|
if(TARGET Qt::DBus)
|
|
add_subdirectory(dbus)
|
|
endif()
|
|
if(TARGET Qt::Gui)
|
|
add_subdirectory(gui)
|
|
endif()
|
|
if(TARGET Qt::Network)
|
|
add_subdirectory(network)
|
|
endif()
|
|
if(TARGET Qt::Test)
|
|
add_subdirectory(testlib)
|
|
endif()
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(widgets)
|
|
endif()
|