forked from KangLin/RabbitIm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRabbitIm.pro
41 lines (38 loc) · 845 Bytes
/
RabbitIm.pro
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
TEMPLATE = subdirs
ThirdLibrary.file = ThirdLibrary/RabbitThirdLibrary.pro
RabbitImLib.file = RabbitImLib.pro
RabbitImApp.file = RabbitImApp.pro
Plugin.depends = RabbitImLib
RabbitImApp.depends = RabbitImLib Plugin
CONFIG *= ordered
SUBDIRS *= ThirdLibrary \
RabbitImLib \
Plugin \
RabbitImApp
OTHER_FILES += README.md \
.gitignore \
.travis.yml \
circle.yml \
appveyor.yml \
debian/* \
AppIcon.rc \
Resource/translations/*.ts \
docs/* \
docs/Books/* \
docs/QXmpp音视频呼叫流程.txt \
docs/RabbitImServer/* \
License.md \
ChangeLog.md \
Authors.txt \
TODO.txt \
CMakeLists.txt \
cmake/* \
cmake/platforms/* \
platforms/android/* \
Update/*template* \
Update/*.xml \
Doxyfile* \
pri/* \
Install/* \
Dockerfile \
tag.sh