summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qcamerabackend/CMakeLists.txt
blob: 07a6a4cae4a5aa0c2f2f5acc43e1b636266388bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qcamerabackend.pro.

#####################################################################
## tst_qcamerabackend Test:
#####################################################################

qt_internal_add_test(tst_qcamerabackend
    SOURCES
        tst_qcamerabackend.cpp
        ../shared/mediabackendutils.h
    INCLUDE_DIRECTORIES
        ../shared/
    LIBRARIES
        Qt::Gui
        Qt::MultimediaPrivate
        Qt::Widgets
)

# special case begin
if(APPLE)
    set_property(TARGET tst_qcamerabackend PROPERTY MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist")
    set_property(TARGET tst_qcamerabackend PROPERTY PROPERTY MACOSX_BUNDLE TRUE)
endif()
# special case end