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
|
|
|
|
2020-03-18 16:02:11 +00:00
|
|
|
#####################################################################
|
2020-04-06 23:00:12 +00:00
|
|
|
## tst_qactiongroup_kernel Test:
|
2020-03-18 16:02:11 +00:00
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qactiongroup_kernel
|
2020-03-18 16:02:11 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qactiongroup.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2020-03-18 16:02:11 +00:00
|
|
|
Qt::Gui
|
|
|
|
)
|