Rev 440 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
440 | Brean | 1 | DEPENDPATH += libMK |
2 | INCLUDEPATH += libMK |
||
396 | Brean | 3 | MOC_DIR = tmp |
4 | OBJECTS_DIR = obj |
||
5 | |||
6 | # Input |
||
7 | HEADERS += Communication.h \ |
||
8 | Handler.h \ |
||
9 | Kopter.h \ |
||
10 | Parser.h \ |
||
449 | Brean | 11 | QTSerialCommunication.h |
399 | Brean | 12 | SOURCES += Communication.cpp \ |
13 | Handler.cpp \ |
||
396 | Brean | 14 | Parser.cpp \ |
449 | Brean | 15 | QTSerialCommunication.cpp |
396 | Brean | 16 | QT += network |