aboutsummaryrefslogtreecommitdiff
path: root/client/client.pro
blob: d680fbaf0782f7671d24b6e8c0578802ddf3fb83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
QT += core gui sql charts network

HEADERS += \
	dbconnector.h \
	main.h \
	mainwindow.h \
	mytcpsocket.h \
	timetest.h

SOURCES += \
	dbconnector.cpp \
	main.cpp \
	mainwindow.cpp \
	mytcpsocket.cpp \
	timetest.cpp


FORMS += \
	dbconnector.ui \
	mainwindow.ui

INSTALLS += target
CONFIG += force_debug_info