2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2019-10-28 15:23:01 +00:00
|
|
|
add_subdirectory(corelib)
|
|
|
|
if(TARGET Qt::DBus)
|
|
|
|
add_subdirectory(dbus)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Gui)
|
|
|
|
add_subdirectory(gui)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Network)
|
|
|
|
add_subdirectory(network)
|
|
|
|
endif()
|
2022-10-18 19:30:21 +00:00
|
|
|
if(TARGET Qt::Sql)
|
|
|
|
add_subdirectory(sql)
|
|
|
|
endif()
|
2019-10-28 15:23:01 +00:00
|
|
|
if(TARGET Qt::Test)
|
|
|
|
add_subdirectory(testlib)
|
|
|
|
endif()
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(widgets)
|
|
|
|
endif()
|