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
|
|
|
|
2023-02-15 12:57:42 +00:00
|
|
|
if(NOT TARGET Qt::Widgets)
|
2019-10-22 07:59:13 +00:00
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
add_subdirectory(app)
|
|
|
|
add_subdirectory(test)
|