32 lines
775 B
CMake
32 lines
775 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
|
|
|
|
# Generated from nativetext.pro.
|
|
|
|
#####################################################################
|
|
## nativetext Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(nativetext
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::Widgets
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_internal_extend_target(nativetext CONDITION APPLE
|
|
LIBRARIES
|
|
${FWAppKit}
|
|
${FWCoreGraphics}
|
|
${FWFoundation}
|
|
COMPILE_OPTIONS
|
|
-x
|
|
objective-c++
|
|
)
|