blob: dc47154a9b98591e193bbf393a204efe956d05fd (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
if (NOT INTEGRITY AND NOT WASM AND NOT rtems)
add_subdirectory(assetimporters)
endif()
if (QT_FEATURE_qml_debug AND TARGET Qt::PacketProtocolPrivate)
add_subdirectory(qmldbg_quick3dprofiler)
endif()
|