2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2021-10-08 09:25:55 +00:00
|
|
|
qt_internal_add_manual_test(asyncify_exec
|
|
|
|
SOURCES
|
|
|
|
main.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2021-10-08 09:25:55 +00:00
|
|
|
Qt::Core
|
|
|
|
)
|
2022-08-08 22:05:33 +00:00
|
|
|
|
|
|
|
# Enable asyncify for this test. Also enable optimizations in order to reduce the binary size.
|
|
|
|
target_link_options(asyncify_exec PUBLIC -sASYNCIFY -Os)
|