blob: f4c2814a515dc1293e4ff18f98aaa91d4a7ff156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
PUBLIC_LIBRARIES
Qt::Core
Qt::Network
Qt::Qml
Qt::AppManCommonPrivate
DEFINES
AM_COMPILING_APPMAN
)
|