forked from CBA2011/WASABIEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWASABIEngine.pro
More file actions
68 lines (50 loc) · 1.15 KB
/
Copy pathWASABIEngine.pro
File metadata and controls
68 lines (50 loc) · 1.15 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-20T09:35:11
#
#-------------------------------------------------
QT += core
TARGET = WASABIEngine
TEMPLATE = lib
DEFINES += WASABIENGINE_LIBRARY
SOURCES += \
SecondaryEmotion.cc \
PrimaryEmotion.cc \
EmotionDynamics.cc \
EmotionConverter.cc \
EmotionContainer.cc \
cogaEmotionalAttendee.cc \
cogaAttendee.cc \
AffectiveState.cc \
WASABIRunner.cc \
WASABIEngine.cc
HEADERS +=\
WASABIEngine_global.h \
SecondaryEmotion.h \
PrimaryEmotion.h \
EmotionDynamics.h \
EmotionConverter.h \
EmotionContainer.h \
cogaEmotionalAttendee.h \
cogaAttendee.h \
AffectiveState.h \
WASABIEngine.h
symbian {
MMP_RULES += EXPORTUNFROZEN
TARGET.UID3 = 0xE0335EA8
TARGET.CAPABILITY =
TARGET.EPOCALLOWDLLDATA = 1
addFiles.sources = WASABIEngine.dll
addFiles.path = !:/sys/bin
DEPLOYMENT += addFiles
}
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}
OTHER_FILES += \
README.txt