Rev 750 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 750 | Rev 801 | ||
---|---|---|---|
1 | DEPENDPATH += ../Global/Widget_Connection/ |
1 | DEPENDPATH += ../Global/Widget_Connection/ |
2 | INCLUDEPATH += ../Global/Widget_Connection/ |
2 | INCLUDEPATH += ../Global/Widget_Connection/ |
3 | - | ||
4 | DEFINES += _TTY_POSIX_ |
3 | |
5 | include(../Global/Class_SerialPort.pri) |
4 | include(../Global/Class_SerialPort.pri) |
6 | 5 | ||
7 | SOURCES += wgt_Connection.cpp \ |
6 | SOURCES += wgt_Connection.cpp \ |
8 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
7 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
9 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
8 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
10 | ../Global/Class_Input/Input.cpp \ |
9 | ../Global/Class_Input/Input.cpp \ |
11 | ../Global/Class_Input/Input_TCP.cpp \ |
10 | ../Global/Class_Input/Input_TCP.cpp \ |
12 | ../Global/Class_Input/Input_TTY.cpp |
11 | ../Global/Class_Input/Input_TTY.cpp |
13 | 12 | ||
14 | HEADERS += wgt_Connection.h \ |
13 | HEADERS += wgt_Connection.h \ |
15 | ../Global/Kopter.h \ |
14 | ../Global/Kopter.h \ |
16 | ../Global/MK_Datatypes.h \ |
15 | ../Global/MK_Datatypes.h \ |
17 | ../Global/Class_HandlerMK/HandlerMK.h \ |
16 | ../Global/Class_HandlerMK/HandlerMK.h \ |
18 | ../Global/Class_HandlerIP/HandlerIP.h \ |
17 | ../Global/Class_HandlerIP/HandlerIP.h \ |
19 | ../Global/Class_Input/Input.h \ |
18 | ../Global/Class_Input/Input.h \ |
20 | ../Global/Class_Input/Input_TCP.h \ |
19 | ../Global/Class_Input/Input_TCP.h \ |
21 | ../Global/Class_Input/Input_TTY.h |
20 | ../Global/Class_Input/Input_TTY.h |
22 | 21 | ||
23 | FORMS += wgt_Connection.ui |
22 | FORMS += wgt_Connection.ui |