summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: b66ea0399f3a6f3547d49b7754a4e1159e06e8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause


add_subdirectory(repparser)
if(QT_FEATURE_localserver)
    add_subdirectory(remoteobjects)
    if(TARGET Qt::Quick)
        add_subdirectory(remoteobjectsqml)
    endif()
endif()