summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
blob: 757c41800d2c965015f5bb579db2c131705ed239 (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.14.0)
    project(QtImageFormatsTests C CXX ASM)
    find_package(Qt5 REQUIRED COMPONENTS BuildInternals Core Test)
    find_package(Qt5 COMPONENTS Gui)
    qt_set_up_standalone_tests_build()
endif()
# special case end

qt_build_tests()