Subversion Repositories Projects

Rev

Rev 449 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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