summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
blob: 97ac2c2d4cf6ee089b1dfbb73f5f472f7ce4d3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from tests.pro.

# special case begin
if(NOT TARGET Qt::Test)
    cmake_minimum_required(VERSION 3.15.0)
    project(QtImageFormatsTests VERSION 6.0.0 LANGUAGES C CXX ASM)
    find_package(Qt6 REQUIRED COMPONENTS BuildInternals Core Test
                     OPTIONAL_COMPONENTS Gui)
    qt_set_up_standalone_tests_build()
endif()
# special case end

qt_build_tests()