mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
19 lines
519 B
CMake
19 lines
519 B
CMake
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
#####################################################################
|
||
|
## tst_manual_windowflags Binary:
|
||
|
#####################################################################
|
||
|
|
||
|
qt_internal_add_manual_test(tst_manual_windowflags
|
||
|
GUI
|
||
|
SOURCES
|
||
|
controllerwindow.cpp controllerwindow.h
|
||
|
controls.cpp controls.h
|
||
|
main.cpp
|
||
|
previewwindow.cpp previewwindow.h
|
||
|
LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
)
|