Subversion Repositories Projects

Rev

Rev 399 | Rev 449 | Go to most recent revision | 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 \
           QTCommunication.h
SOURCES += Communication.cpp \
           Handler.cpp \
           Parser.cpp \
           QTCommunication.cpp
QT += network