-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsmartlight_system.pro
52 lines (41 loc) · 1.12 KB
/
smartlight_system.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-09-11T10:31:19
#
#-------------------------------------------------
QT += core gui serialport sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = smartlight_system
TEMPLATE = app
DEFINES += xHARDWARE_ENCDEC
SOURCES +=\
user/main.cpp \
user/welcomewidget.cpp \
user/my_protocol.cpp \
user/circle_queue.cpp \
network/reg_dialog.cpp \
network/network_widget.cpp \
setting/setting_widget.cpp \
setting/update_dialog.cpp \
user/watchdogfeed.cpp \
lamps/lamps_widget.cpp \
qqlink/qqlink_widget.cpp \
camera/camera_widget.cpp
HEADERS += \
user/welcomewidget.h \
user/my_protocol.h \
user/circle_queue.h \
network/reg_dialog.h \
network/network_widget.h \
setting/setting_widget.h \
setting/update_dialog.h \
user/watchdogfeed.h \
lamps/lamps_widget.h \
qqlink/qqlink_widget.h \
camera/camera_widget.h
FORMS += welcomewidget.ui \
network/reg_dialog.ui \
setting/update_dialog.ui
RESOURCES += \
resources/images.qrc
DISTFILES +=