-
Notifications
You must be signed in to change notification settings - Fork 1
/
myserial.pro
70 lines (42 loc) · 1.18 KB
/
myserial.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#-------------------------------------------------
#
# Project created by QtCreator 2016-03-07T16:37:02
#
#-------------------------------------------------
QT += core
QT += core gui
QT += serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
DEFINES += QT_DLL QWT_DLL
CONFIG(debug,debug|release) {
LIBS += -L"E:\Qt\Qt5.3.2\5.3\mingw482_32\lib" -lqwtd
} else {
LIBS += -L"E:\Qt\Qt5.3.2\5.3\mingw482_32\lib" -lqwt
}
INCLUDEPATH += E:\Qt\Qt5.3.2\5.3\mingw482_32\include\Qwt
#TARGET = intelligent
#TEMPLATE = app
#ICON +=
TEMPLATE = app
TARGET = intelligent
include(SerialPort/SerialPort.pri)
include(MainWindow/MainWindow.pri)
include(StatueDialog/StatueDialog.pri)
include(AirDialog/AirDialog.pri)
include(PowerDialog/PowerDialog.pri)
include(misc/timer/timeDialog.pri)
include(misc/TTS/TTS.pri)
include(misc/Recipes/RecipeRequest.pri)
include(misc/camera/camera.pri)
#SUBDIRS += misc/misc.pro \
CONFIG += ordered
SOURCES += \
light_window_dialog.cpp \
HEADERS += \
light_window_dialog.h \
commonhelper.h \
FORMS += \
light_window_dialog.ui
RESOURCES += \
resource.qrc
####################### OPENCV ######################################