-
-
Notifications
You must be signed in to change notification settings - Fork 256
/
RabbitIm.pro.bak
48 lines (45 loc) · 1.03 KB
/
RabbitIm.pro.bak
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
TEMPLATE = subdirs
ThirdLibrary.file = ThirdLibrary/RabbitThirdLibrary.pro
RabbitCommon.file = Src/RabbitCommon.pro
Src.file = Src/Src.pro
Src.depends = RabbitCommon
Plugin.depends = Src RabbitCommon
RabbitImApp.file = App/RabbitImApp.pro
RabbitImApp.depends = RabbitCommon Src Plugin
CONFIG *= ordered
SUBDIRS *= ThirdLibrary \
RabbitCommon \
Src \
Plugin \
RabbitImApp
OTHER_FILES += README.md \
share/applications/* \
.gitignore \
.travis.yml \
ci/* \
test/* \
circle.yml \
appveyor.yml \
debian/* \
AppIcon.rc \
Resource/translations/*.ts \
docs/* \
docs/Books/* \
docs/QXmpp音视频呼叫流程.txt \
docs/RabbitImServer/* \
License.md \
ChangeLog.md \
TODO.txt \
CMakeLists.txt \
cmake/* \
cmake/platforms/* \
platforms/android/* \
Update/*template* \
Update/*.xml \
Doxyfile* \
pri/* \
Install/* \
Dockerfile \
tag.sh \
build_debpackage.sh \
Authors.md