summaryrefslogtreecommitdiffstats
path: root/tests/auto/connection/CMakeLists.txt
blob: 111132a63b1ab62c0fa51479e90f28b4d1a9647b (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from connection.pro.

#####################################################################
## tst_connection Test:
#####################################################################

qt_internal_add_test(tst_connection
    SOURCES
        ../../common/backend_environment.h
        tst_connection.cpp
    INCLUDE_DIRECTORIES
        ../../common
    LIBRARIES
        Qt::OpcUa
)

# special case begin
if (WIN32)
    target_compile_definitions(tst_connection PRIVATE TESTS_CMAKE_SPECIFIC_PATH)
endif()
# special case end