17 lines
563 B
CMake
17 lines
563 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
qt_internal_add_test(tst_baseline_widgets
|
|
SOURCES
|
|
../shared/baselineprotocol.cpp ../shared/baselineprotocol.h ../shared/lookup3.cpp
|
|
../shared/qbaselinetest.cpp ../shared/qbaselinetest.h
|
|
../shared/qwidgetbaselinetest.cpp ../shared/qwidgetbaselinetest.h
|
|
tst_baseline_widgets.cpp
|
|
INCLUDE_DIRECTORIES
|
|
../shared
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
Qt::Network
|
|
)
|