-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnodeChatClient.pro
More file actions
38 lines (31 loc) · 790 Bytes
/
nodeChatClient.pro
File metadata and controls
38 lines (31 loc) · 790 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2012-12-12T12:35:28
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = nodeChatClient
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
chatdialog.cpp \
logindialog.cpp \
netmanager.cpp \
registerdialog.cpp \
addnewfrienddialog.cpp \
chatinputtextedit.cpp
HEADERS += mainwindow.h \
chatdialog.h \
logindialog.h \
netmanager.h \
registerdialog.h \
mytreewidget.h \
addnewfrienddialog.h \
chatinputtextedit.h
FORMS += mainwindow.ui \
chatdialog.ui \
logindialog.ui \
registerdialog.ui \
addnewfrienddialog.ui \
LogInDialog.ui