aboutsummaryrefslogtreecommitdiffstats
path: root/src/helper/remoteobjects/CMakeLists.txt
blob: 142e759fc3ee02af21601f6e02da24a273c48d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated from remoteobjects.pro.

#####################################################################
## IviRemoteObjectsHelper Module:
#####################################################################

# FIXME Find a way to enable this again
# The generated remoteobjects headers are part of this internal module
# This is a problem as the headersclean target checks the headers before
# building the module and at that time the rep headers are not created yet
set(QT_FEATURE_headersclean FALSE)

qt_add_module(IviRemoteObjectsHelper
    CONFIG_MODULE_NAME iviremoteobjects_helper
    STATIC
    INTERNAL_MODULE
    SOURCES
        qivipagingmodelqtroadapter.cpp qivipagingmodelqtroadapter.h
        qiviremoteobjectpendingresult.cpp qiviremoteobjectpendingresult.h
        qiviremoteobjectreplicahelper.cpp qiviremoteobjectreplicahelper.h
        qiviremoteobjectsourcehelper.h
    PUBLIC_LIBRARIES
        Qt::IviCore
        Qt::Qml
        Qt::RemoteObjects
)
qt6_add_repc_source(IviRemoteObjectsHelper
    qivipagingmodel.rep
)
qt6_add_repc_replica(IviRemoteObjectsHelper
    qivipagingmodel.rep
)

#### Keys ignored in scope 1:.:.:remoteobjects.pro:<TRUE>:
# CMAKE_MODULE_TESTS = "'-'"
# MODULE = "iviremoteobjects_helper"
# targ_headers.CONFIG = "no_check_exist"