Rev 449 | 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 \ |
||
524 | Brean | 11 | QTSerialCommunication.h \ |
12 | FlightLog.h |
||
399 | Brean | 13 | SOURCES += Communication.cpp \ |
14 | Handler.cpp \ |
||
396 | Brean | 15 | Parser.cpp \ |
524 | Brean | 16 | QTSerialCommunication.cpp \ |
17 | FlightLog.cpp |
||
396 | Brean | 18 | QT += network |