aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/layoutfilesystem/CMakeLists.txt
blob: 0232b449a1bf1e053e42459302350f4b8fdf8961 (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
28
29
30
31
32
33
34
35
36
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from layoutfilesystem.pro.

#####################################################################
## tst_layoutfilesystem Test:
#####################################################################

qt_internal_add_test(tst_layoutfilesystem
    SOURCES
        ../shared/layouttesthelper.cpp ../shared/layouttesthelper.h
        tst_layoutfilesystem.cpp
    DEFINES
        SRC_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
    INCLUDE_DIRECTORIES
        ../shared
    LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:layoutfilesystem.pro:<TRUE>:
# OTHER_FILES = "data/layouts/en_GB/main.qml"

## Scopes:
#####################################################################

qt_internal_extend_target(tst_layoutfilesystem CONDITION NOT QT_BUILD_SHARED_LIBS
    LIBRARIES
        Qt::Svg
)

#### Keys ignored in scope 3:.:.:layoutfilesystem.pro:static:
# QTPLUGIN = "qtvirtualkeyboardplugin"