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
|
|
|
|
2021-11-23 18:00:29 +00:00
|
|
|
add_subdirectory(data)
|
|
|
|
|
|
|
|
qt_internal_add_test(tst_qmlcppcodegen
|
|
|
|
SOURCES
|
|
|
|
tst_qmlcppcodegen.cpp
|
|
|
|
LIBRARIES
|
2022-02-22 12:40:09 +00:00
|
|
|
Qt::QmlPrivate
|
2021-11-23 18:00:29 +00:00
|
|
|
Qt::Gui
|
|
|
|
codegen_test_module
|
|
|
|
codegen_test_moduleplugin
|
|
|
|
)
|
2022-07-29 14:27:57 +00:00
|
|
|
|
|
|
|
qt_internal_add_test(tst_qmlcppcodegen_interpreted
|
|
|
|
SOURCES
|
|
|
|
tst_qmlcppcodegen.cpp
|
|
|
|
LIBRARIES
|
|
|
|
Qt::QmlPrivate
|
|
|
|
Qt::Gui
|
|
|
|
codegen_test_module
|
|
|
|
codegen_test_moduleplugin
|
|
|
|
DEFINES
|
|
|
|
QT_TEST_FORCE_INTERPRETER
|
|
|
|
)
|