2022-07-05 12:02:29 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-26 08:37:37 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 12:02:29 +00:00
|
|
|
|
2019-08-07 14:25:52 +00:00
|
|
|
# Generated from script.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_script Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 13:23:08 +00:00
|
|
|
qt_internal_add_benchmark(tst_script
|
2019-08-07 14:25:52 +00:00
|
|
|
SOURCES
|
|
|
|
tst_script.cpp
|
|
|
|
DEFINES
|
2023-01-11 17:48:07 +00:00
|
|
|
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
2022-07-26 15:35:58 +00:00
|
|
|
LIBRARIES
|
2019-08-07 14:25:52 +00:00
|
|
|
Qt::CorePrivate
|
2020-02-12 11:59:24 +00:00
|
|
|
Qt::Gui
|
2019-08-07 14:25:52 +00:00
|
|
|
Qt::GuiPrivate
|
|
|
|
Qt::QmlPrivate
|
|
|
|
Qt::QuickPrivate
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:script.pro:<TRUE>:
|
|
|
|
# TEMPLATE = "app"
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|