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