-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessageCenter.pro
57 lines (48 loc) · 1011 Bytes
/
MessageCenter.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-16T15:20:50
#
#-------------------------------------------------
QT += core gui xml network dbus
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MessageCenter
TEMPLATE = app
SOURCES += main.cpp\
btnmodel.cpp \
buttonlabel.cpp \
msgwidget.cpp \
pagewidget.cpp \
titlewidget.cpp \
getmsg.cpp \
httpmsg.cpp \
adaemon.cpp \
shadowwidget.cpp \
readconf.cpp \
backupinfo.cpp \
actionexpand.cpp \
mainwidget.cpp \
tipwidget.cpp \
lookonemsg.cpp
HEADERS += \
btnmodel.h \
buttonlabel.h \
msgwidget.h \
pagewidget.h \
titlewidget.h \
getmsg.h \
httpmsg.h \
adaemon.h \
shadowwidget.h \
readconf.h \
backupinfo.h \
actionexpand.h \
mainwidget.h \
tipwidget.h \
lookonemsg.h
FORMS += \
mainwidget.ui \
tipwidget.ui \
lookonemsg.ui
RESOURCES += \
img.qrc
OTHER_FILES +=