summaryrefslogtreecommitdiff
path: root/tests/auto/CMakeLists.txt
blob: 898e379b154ab828aaaabe56fe6964fadd122026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# For now, don't built auto tests when QT_BUILD_MINIMAL_STATIC_TEST
# is specified and the build is targeting iOS. QT_BUILD_MINIMAL_STATIC_TEST is used in our CI.
# Regular non-cmake build tests shouldn't be built because the CI will try to run them and fail
# due to missing simulator support.
if(IOS AND QT_BUILD_MINIMAL_STATIC_TESTS)
    return()
endif()

add_subdirectory(tga)
add_subdirectory(wbmp)
add_subdirectory(dds)
add_subdirectory(icns)
add_subdirectory(jp2)
add_subdirectory(webp)
add_subdirectory(heif)
add_subdirectory(mng)
add_subdirectory(tiff)