-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeComCopy.pro
82 lines (73 loc) · 1.94 KB
/
WeComCopy.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
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
80
81
82
#-------------------------------------------------
#
# Project created by QtCreator 2021-05-20T14:15:42
#
#-------------------------------------------------
QT += core gui
QT += webenginewidgets webchannel
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = WeComCopy
TEMPLATE = app
DESTDIR = bin
INCLUDEPATH += include
SOURCES += source/main.cpp\
source/wecomwnd.cpp \
source/navpane.cpp \
source/pushbuttonex.cpp \
source/iconhelper.cpp \
source/appinit.cpp \
source/userdetaildlg.cpp \
source/basedlg.cpp \
source/logindlg.cpp \
source/friendslist.cpp \
source/msgpane.cpp \
source/chattoptoolbar.cpp \
source/msgqueue.cpp \
source/contactspane.cpp \
source/watermarkpane.cpp \
source/weatherpane.cpp \
source/clockpane.cpp \
source/incofontpane.cpp \
source/tipwidget.cpp \
source/catpane.cpp \
source/navigationbar.cpp \
source/notificationpane.cpp \
source/component.cpp \
source/popconfirm.cpp \
source/slider.cpp \
source/dynamiccard.cpp \
source/datamgrpane.cpp \
source/userpane.cpp
HEADERS += include/wecomwnd.h \
include/navpane.h \
include/pushbuttonex.h \
include/iconhelper.h \
include/appinit.h \
include/userdetaildlg.h \
include/public.h \
include/basedlg.h \
include/logindlg.h \
include/friendslist.h \
include/msgpane.h \
include/chattoptoolbar.h \
include/msgqueue.h \
include/contactspane.h \
include/watermarkpane.h \
include/weatherpane.h \
include/clockpane.h \
include/incofontpane.h \
include/tipwidget.h \
include/catpane.h \
include/navigationbar.h \
include/notificationpane.h \
include/component.h \
include/popconfirm.h \
include/slider.h \
include/dynamiccard.h \
include/datamgrpane.h \
include/userpane.h
FORMS += ui/wecomwnd.ui
RESOURCES += \
res/wecomcopy.qrc
RC_FILE += \
res/WeComCopy.rc