Rev 801 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 801 | Rev 909 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | DEPENDPATH += ../Global/Widget_Connection/ |
1 | DEPENDPATH += ../Global/Widget_Connection/ |
| 2 | INCLUDEPATH += ../Global/Widget_Connection/ |
2 | INCLUDEPATH += ../Global/Widget_Connection/ |
| Line 3... | Line 3... | ||
| 3 | 3 | ||
| Line 4... | Line 4... | ||
| 4 | include(../Global/Class_SerialPort.pri) |
4 | include(../Global/Class_SerialPort.pri) |
| 5 | 5 | ||
| 6 | SOURCES += wgt_Connection.cpp \ |
6 | SOURCES += ../Global/Widget_Connection/wgt_Connection.cpp \ |
| 7 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
7 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
| 8 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
8 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
| 9 | ../Global/Class_Input/Input.cpp \ |
9 | ../Global/Class_Input/Input.cpp \ |
| Line 10... | Line 10... | ||
| 10 | ../Global/Class_Input/Input_TCP.cpp \ |
10 | ../Global/Class_Input/Input_TCP.cpp \ |
| 11 | ../Global/Class_Input/Input_TTY.cpp |
11 | ../Global/Class_Input/Input_TTY.cpp |
| 12 | 12 | ||
| 13 | HEADERS += wgt_Connection.h \ |
13 | HEADERS += ../Global/Widget_Connection/wgt_Connection.h \ |
| 14 | ../Global/Kopter.h \ |
14 | ../Global/Kopter.h \ |
| 15 | ../Global/MK_Datatypes.h \ |
15 | ../Global/MK_Datatypes.h \ |
| 16 | ../Global/Class_HandlerMK/HandlerMK.h \ |
16 | ../Global/Class_HandlerMK/HandlerMK.h \ |
| 17 | ../Global/Class_HandlerIP/HandlerIP.h \ |
17 | ../Global/Class_HandlerIP/HandlerIP.h \ |
| Line 18... | Line 18... | ||
| 18 | ../Global/Class_Input/Input.h \ |
18 | ../Global/Class_Input/Input.h \ |