summaryrefslogtreecommitdiffstats
path: root/src/intent-server-lib/CMakeLists.txt
blob: 30a6b02032b8312ba0fe83da2e98c8d8291249d9 (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
# Generated from intent-server-lib.pro.

#####################################################################
## AppManIntentServer Module:
#####################################################################

# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)

qt_internal_add_module(AppManIntentServerPrivate
    CONFIG_MODULE_NAME appman_intent_server
    STATIC
    EXCEPTIONS
    INTERNAL_MODULE
    SOURCES
        intent.cpp intent.h
        intentmodel.cpp intentmodel.h
        intentserver.cpp intentserver.h
        intentserverrequest.cpp intentserverrequest.h
        intentserversysteminterface.cpp intentserversysteminterface.h
    LIBRARIES
        Qt::AppManCommonPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Network
        Qt::Qml
)