summaryrefslogtreecommitdiffstats
path: root/examples/corelib/bindableproperties/subscription/CMakeLists.txt
blob: 91b9340fbf6bf9fb76fbbccc9e534dcd14e4b17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_add_executable(subscription
    main.cpp
    subscription.cpp subscription.h
    user.cpp user.h
)

target_link_libraries(subscription PRIVATE
    bindableproperties_shared
)