Subversion Repositories Projects

Rev

Rev 440 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 440 Rev 449
Line 6... Line 6...
6
# Input
6
# Input
7
HEADERS += Communication.h \
7
HEADERS += Communication.h \
8
           Handler.h \
8
           Handler.h \
9
           Kopter.h \
9
           Kopter.h \
10
           Parser.h \
10
           Parser.h \
11
           QTCommunication.h
11
           QTSerialCommunication.h
12
SOURCES += Communication.cpp \
12
SOURCES += Communication.cpp \
13
           Handler.cpp \
13
           Handler.cpp \
14
           Parser.cpp \
14
           Parser.cpp \
15
           QTCommunication.cpp
15
           QTSerialCommunication.cpp
16
QT += network
16
QT += network