2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2021-11-18 13:52:19 +00:00
|
|
|
# Generated from testapp.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## testapp Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
qt_internal_add_executable(windeploy_testapp # special case
|
|
|
|
GUI
|
|
|
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
|
|
|
|
SOURCES
|
|
|
|
main.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2021-11-18 13:52:19 +00:00
|
|
|
Qt::Gui
|
|
|
|
)
|
|
|
|
|
|
|
|
# special case begin
|
|
|
|
set_target_properties(windeploy_testapp
|
|
|
|
PROPERTIES
|
|
|
|
OUTPUT_NAME testapp
|
|
|
|
)
|
|
|
|
# special case end
|