summaryrefslogtreecommitdiffstats
path: root/src/intent-server-lib/intent-server-lib.pro
blob: 34519bfc0ef2804c90d8b67f88011f265c056ff9 (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
TEMPLATE = lib
TARGET = QtAppManIntentServer
MODULE = appman_intent_server

load(am-config)

QT = core network qml
QT_FOR_PRIVATE *= \
    appman_common-private \

CONFIG *= static internal_module
CONFIG -= create_cmake

HEADERS += \
    intent.h \
    intentserver.h \
    intentserverrequest.h \
    intentserversysteminterface.h \
    intentmodel.h \

SOURCES += \
    intent.cpp \
    intentserver.cpp \
    intentserverrequest.cpp \
    intentserversysteminterface.cpp \
    intentmodel.cpp \

load(qt_module)