-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecureInstantMessage.pro
More file actions
79 lines (70 loc) · 1.62 KB
/
Copy pathSecureInstantMessage.pro
File metadata and controls
79 lines (70 loc) · 1.62 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-16T00:26:35
#
#-------------------------------------------------
QT += core gui sql network xml webkit webkitwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SecureInstantMessage
TEMPLATE = app
SOURCES += main.cpp\
loginwindow.cpp \
mainwidget.cpp \
sysButton.cpp \
skinpushbutton.cpp \
changeskinwidget.cpp \
privatechat.cpp \
shakewindow.cpp \
fadeinout.cpp \
accountitem.cpp \
registerwindow.cpp \
tipimgpushbtn.cpp \
tiptitle.cpp \
statechangewidget.cpp \
useritem.cpp \
emotionwidget.cpp \
filereceivewidget.cpp \
screenshotwidget.cpp \
screenimgeditor.cpp \
tinyaes.cpp \
SimSystemTray.cpp \
Voice/buffer.cpp \
Voice/voiceio.cpp \
Voice/voicesocket.cpp \
changepsw.cpp
HEADERS += loginwindow.h \
mainwidget.h \
sysButton.h \
skinpushbutton.h \
changeskinwidget.h \
privatechat.h \
sharedefine.h \
shakewindow.h \
fadeinout.h \
accountitem.h \
registerwindow.h \
tipimgpushbtn.h \
tiptitle.h \
statechangewidget.h \
useritem.h \
emotionwidget.h \
filereceivewidget.h \
screenshotwidget.h \
screenimgeditor.h \
tinyaes.h \
SimSystemTray.h \
Voice/buffer.h \
Voice/voiceio.h \
Voice/voicesocket.h \
changepsw.h
FORMS += loginwindow.ui \
mainwidget.ui \
privatechat.ui \
registerwindow.ui \
useritem.ui \
filereceivewidget.ui \
changepsw.ui
RESOURCES += \
simImgResource.qrc
RC_ICONS = SIM.ico
CONFIG +=static