-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEspos3_Control_GUI.pro
executable file
·56 lines (44 loc) · 1.33 KB
/
Espos3_Control_GUI.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-05-14T16:54:55
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = Espos3_Control_GUI
TEMPLATE = app
INCLUDEPATH += /home/oscar/Documents/RTAI/ethercat-1.5.2/ \
/home/oscar/Documents/RTAI/ethercat-1.5.2/include2/.
SOURCES += Command.cpp \
CommandDownload.cpp \
CommandMaster.cpp \
CommandSdos.cpp \
CommandUpload.cpp \
DataTypeHandler.cpp \
epos3.cpp \
Epos3ReadWriteLib.cpp \
main.cpp \
MasterDevice.cpp \
NumberListParser.cpp \
SdoCommand.cpp \
qcustomplot.cpp
HEADERS += Command.h \
CommandDownload.h \
CommandMaster.h \
CommandSdos.h \
CommandUpload.h \
DataTypeHandler.h \
epos3.h \
Epos3ReadWriteLib.h \
MasterDevice.h \
NumberListParser.h \
SdoCommand.h \
ui_epos3.h \
../master/ioctl.h \
../master/globals.h \
../globals.h \
../config.h \
../include2/ecrt.h \
../lib/ioctl.h \
qcustomplot.h
FORMS += epos3.ui