summaryrefslogtreecommitdiffstats
path: root/tools/demoLauncher/CMakeLists.txt
blob: 3ce04f71a13c5afb2aaf5c1d533ecec80017dd92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from demoLauncher.pro.

#####################################################################
## demoLauncher Binary:
#####################################################################

qt_internal_add_executable(demoLauncher
    GUI
    SOURCES
        graphicsbutton.cpp graphicsbutton.h
        main.cpp
        widget.cpp widget.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)