-
Notifications
You must be signed in to change notification settings - Fork 1
/
X123.pro
51 lines (42 loc) · 1.17 KB
/
X123.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-06-08T11:26:49
#
#-------------------------------------------------
QT += core gui printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = X123
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
DeviceIO/SendCommand.cpp \
DeviceIO/ParsePacket.cpp \
DeviceIO/DppUtilities.cpp \
DeviceIO/DppLibUsb.cpp \
DeviceIO/DP5Status.cpp \
DeviceIO/DP5Protocol.cpp \
stringex.cpp \
ConsoleHelper.cpp \
x123.cpp \
qcustomplot.cpp \
myprofileplot.cpp \
plotscaledialog.cpp
HEADERS += mainwindow.h \
DeviceIO/SendCommand.h \
DeviceIO/ParsePacket.h \
DeviceIO/DppUtilities.h \
DeviceIO/DppLibUsb.h \
DeviceIO/DppConst.h \
DeviceIO/DP5Status.h \
DeviceIO/DP5Protocol.h \
stringSplit.h \
stringex.h \
ConsoleHelper.h \
x123.h \
qcustomplot.h \
myprofileplot.h \
plotscaledialog.h
FORMS += mainwindow.ui \
plotscaledialog.ui
INCLUDEPATH += ../X123/DeviceIO C:/Users/przem/workdir/libusb/
LIBS += -L../X123/DeviceIO -LC:/Users/przem/workdir/libusb/MinGW32/dll -lstdc++ -lm -lusb-1.0