Subversion Repositories Projects

Rev

Rev 449 | Blame | Compare with Previous | Last modification | View Log | RSS feed

DEPENDPATH += libMK
INCLUDEPATH += libMK
MOC_DIR = tmp
OBJECTS_DIR = obj

# Input
HEADERS += Communication.h \
           Handler.h \
           Kopter.h \
           Parser.h \
           QTSerialCommunication.h \
           FlightLog.h
SOURCES += Communication.cpp \
           Handler.cpp \
           Parser.cpp \
           QTSerialCommunication.cpp \
           FlightLog.cpp
QT += network