summaryrefslogtreecommitdiff
path: root/src/intent-client-lib/intent-client-lib.pro
blob: e1dcabb45e2e760d20d06628f5c10e2a16713f9b (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
TEMPLATE = lib
TARGET = QtAppManIntentClient
MODULE = appman_intent_client

load(am-config)

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

CONFIG *= static internal_module

HEADERS += \
    intenthandler.h \
    intentclient.h \
    intentclientrequest.h \
    intentclientsysteminterface.h

SOURCES += \
    intenthandler.cpp \
    intentclient.cpp \
    intentclientrequest.cpp \
    intentclientsysteminterface.cpp

load(qt_module)