aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/systemtrayicon/CMakeLists.txt
blob: f112a54a283b5423616024b8590ddef74c9b4643 (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
37
38
39
40
41
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from systemtrayicon.pro.

if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
    cmake_minimum_required(VERSION 3.16)
    project(systemtrayicon LANGUAGES C CXX ASM)
    find_package(Qt6BuildInternals COMPONENTS STANDALONE_TEST)
endif()

#####################################################################
## systemtrayicon Binary:
#####################################################################

qt_internal_add_manual_test(systemtrayicon
    GUI
    SOURCES
        systemtrayicon.cpp
    LIBRARIES
        Qt::Gui
        Qt::Quick
        Qt::QuickControls2
)

# Resources:
set(systemtrayicon_resource_files
    "images/qt_logo_green_256.png"
    "systemtrayicon.qml"
)

qt_internal_add_resource(systemtrayicon "systemtrayicon"
    PREFIX
        "/files"
    FILES
        ${systemtrayicon_resource_files}
)


#### Keys ignored in scope 1:.:.:systemtrayicon.pro:<TRUE>:
# TEMPLATE = "app"