mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 20:34:31 +08:00
17 lines
429 B
CMake
17 lines
429 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
#####################################################################
|
||
|
## device_information Binary:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_add_manual_test(device_information
|
||
|
GUI
|
||
|
SOURCES
|
||
|
main.cpp
|
||
|
tabletwidget.cpp tabletwidget.h
|
||
|
LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
)
|