summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist/app/CMakeLists.txt
blob: 8af8e9f5784b49dec7c10b25dcb3ff44924a51f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## app Binary:
#####################################################################

qt_internal_add_executable(app
    GUI
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)