-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsgram.pro
46 lines (38 loc) · 852 Bytes
/
msgram.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-07-05T03:05:41
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = msgram
TEMPLATE = app
SOURCES += main.cpp \
chat.cpp \
chat_list.cpp \
chatroom.cpp \
join_create.cpp \
login.cpp \
logout.cpp \
message_list.cpp \
network.cpp \
profile_show.cpp \
register.cpp \
screen.cpp \
set_background.cpp
HEADERS += \
chat.h \
chat_list.h \
chatroom.h \
join_create.h \
login.h \
message_list.h \
network.h \
profile_show.h \
register.h \
screen.h \
logout.h \
set_background.h
FORMS += mainwindow.ui
RESOURCES += \
myfiles.qrc