-
Notifications
You must be signed in to change notification settings - Fork 2
/
WASABIEngine.pri
44 lines (39 loc) · 1 KB
/
WASABIEngine.pri
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
41
42
43
44
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-30T15:06:26
#
#-------------------------------------------------
QT -= gui
TEMPLATE = lib
DEFINES += WASABIENGINE_LIBRARY
SOURCES += \
# src/WASABIRunner.cc \
src/WASABIEngine.cc \
src/SecondaryEmotion.cc \
src/PrimaryEmotion.cc \
src/EmotionDynamics.cc \
src/EmotionConverter.cc \
src/EmotionContainer.cc \
src/cogaEmotionalAttendee.cc \
src/cogaAttendee.cc \
src/AffectiveState.cc
HEADERS += \
includes/WASABIEngine.h \
includes/SecondaryEmotion.h \
includes/PrimaryEmotion.h \
includes/EmotionDynamics.h \
includes/EmotionConverter.h \
includes/EmotionContainer.h \
includes/cogaEmotionalAttendee.h \
includes/cogaAttendee.h \
includes/AffectiveState.h \
includes/WASABIEngine_global.h
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}
OTHER_FILES +=