mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-29 23:45:50 +08:00
21 lines
589 B
CMake
21 lines
589 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
list(APPEND test_data "./data")
|
||
|
|
||
|
qt_internal_add_test(tst_baseline_text
|
||
|
SOURCES
|
||
|
../shared/baselineprotocol.cpp ../shared/baselineprotocol.h ../shared/lookup3.cpp
|
||
|
../shared/qbaselinetest.cpp ../shared/qbaselinetest.h
|
||
|
../shared/qwidgetbaselinetest.cpp ../shared/qwidgetbaselinetest.h
|
||
|
tst_baseline_text.cpp
|
||
|
INCLUDE_DIRECTORIES
|
||
|
../shared
|
||
|
LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
Qt::WidgetsPrivate
|
||
|
Qt::Network
|
||
|
TESTDATA ${test_data}
|
||
|
)
|