-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQLuis.pro
More file actions
40 lines (32 loc) · 762 Bytes
/
QLuis.pro
File metadata and controls
40 lines (32 loc) · 762 Bytes
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
38
39
40
#-------------------------------------------------
#
# Project created by QtCreator 2016-08-24T10:51:06
#
#-------------------------------------------------
QT += network
QT -= gui
TARGET = QLuis
TEMPLATE = lib
DEFINES += QLUIS_LIBRARY
DEPENDPATH += .
SOURCES += qluis.cpp\
WebClient/webclient.cpp \
qluisentity.cpp \
qluisintent.cpp \
qluisaction.cpp \
qluisactionparameter.cpp \
qluisactionparametervalue.cpp \
qluisresult.cpp
HEADERS += qluis.h\
qluis_global.h \
WebClient/webclient.h \
qluisentity.h \
qluisintent.h \
qluisaction.h \
qluisactionparameter.h \
qluisactionparametervalue.h \
qluisresult.h
unix {
target.path = /usr/lib
INSTALLS += target
}