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