summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/embedded/CMakeLists.txt
blob: e6aa9e21a17ab99d3b3928b8a9efb93f2d5a30e1 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(TARGET Qt::Widgets)
    add_subdirectory(desktopservices)
endif()
if(QT_FEATURE_process AND TARGET Qt::Widgets)
    add_subdirectory(fluidlauncher)
endif()