2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2019-10-28 15:23:01 +00:00
|
|
|
# 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()
|