blob: 9334ef8a966a961e7779e7aa588b12e12f21c157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from auto.pro.
# exclude for CI build
add_subdirectory(quick3d_visual)
if(QT_BUILD_MINIMAL_STATIC_TESTS)
return()
endif()
add_subdirectory(cmake)
if(NOT INTEGRITY)
add_subdirectory(quick3d)
endif()
add_subdirectory(quick3d_particles)
add_subdirectory(utils)
add_subdirectory(tools)
if((android_app OR NOT ANDROID) AND (android_app OR NOT INTEGRITY) AND (NOT ANDROID OR NOT CMAKE_CROSSCOMPILING) AND (NOT ANDROID OR NOT WASM) AND (NOT CMAKE_CROSSCOMPILING OR NOT INTEGRITY) AND (NOT INTEGRITY OR NOT WASM))
add_subdirectory(assetimport)
endif()
|