-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConsoleClient.pro
More file actions
46 lines (36 loc) · 915 Bytes
/
Copy pathConsoleClient.pro
File metadata and controls
46 lines (36 loc) · 915 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
39
40
41
42
43
44
45
46
#-------------------------------------------------
#
# Project created by QtCreator 2016-11-16T16:46:32
#
#-------------------------------------------------
QT += core gui network xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ConsoleClient
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
connectionpane.cpp \
connectiondata.cpp \
addconndialog.cpp \
groupdata.cpp \
addgroupdialog.cpp \
preferencesdialog.cpp \
splashdialog.cpp
HEADERS += mainwindow.h \
connectionpane.h \
connectiondata.h \
addconndialog.h \
groupdata.h \
addgroupdialog.h \
preferencesdialog.h \
splashdialog.h
FORMS += mainwindow.ui \
connectionpane.ui \
addconndialog.ui \
addgroupdialog.ui \
preferencesdialog.ui \
splashdialog.ui
RESOURCES += \
Resources.qrc
ICON = ConsoleClient.icns
RC_ICONS = ConsoleClient.ico