c6c41cc1a9
The value will be propagated from Qt build. Task-number: QTBUG-104858 Change-Id: Iae2c32c3037438f41b92f9ee28004f30eb4e3210 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
29 lines
738 B
CMake
29 lines
738 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from macnativeevents.pro.
|
|
|
|
if(NOT APPLE)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_macnativeevents Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_macnativeevents
|
|
SOURCES
|
|
expectedeventlist.cpp expectedeventlist.h
|
|
nativeeventlist.cpp nativeeventlist.h
|
|
qnativeevents.cpp qnativeevents.h
|
|
qnativeevents_mac.cpp
|
|
tst_macnativeevents.cpp
|
|
LIBRARIES
|
|
${FWAppKit}
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:macnativeevents.pro:<TRUE>:
|
|
# _REQUIREMENTS = "mac"
|