Subversion Repositories Projects

Rev

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

Rev 674 Rev 750
Line 1... Line 1...
1
# -------------------------------------------------
1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
3
# -------------------------------------------------
Line 4... Line -...
4
 
-
 
5
DEFINES += _TTY_POSIX_
4
 
6
include(../Global/Class_QMapControl.pri)
5
include(../Global/Class_QMapControl.pri)
Line 7... Line 6...
7
include(../Global/Class_SerialPort.pri)
6
include(../Global/Widget_Connection.pri)
8
 
7
 
9
QT += network \
8
QT += network \
10
    xml
9
    xml
Line 16... Line 15...
16
UI_DIR = ../Binary/.build/QMK-Maps
15
UI_DIR = ../Binary/.build/QMK-Maps
17
MOC_DIR = ../Binary/.build/QMK-Maps
16
MOC_DIR = ../Binary/.build/QMK-Maps
18
RCC_DIR = ../Binary/.build/QMK-Maps
17
RCC_DIR = ../Binary/.build/QMK-Maps
19
RESOURCES += QMK-Maps.qrc
18
RESOURCES += QMK-Maps.qrc
20
SOURCES += main.cpp \
19
SOURCES += main.cpp \
21
    ../Global/Class_Input/Input.cpp \
-
 
22
    ../Global/Class_Input/Input_TCP.cpp \
-
 
23
    ../Global/Class_Input/Input_TTY.cpp \
-
 
24
    ../Global/Class_HandlerMK/HandlerMK.cpp \
-
 
25
    ../Global/Class_HandlerIP/HandlerIP.cpp \
-
 
26
    Dialogs/dlg_Main.cpp \
20
    Dialogs/dlg_Main.cpp \
27
    Dialogs/dlg_MapPos.cpp \
21
    Dialogs/dlg_MapPos.cpp \
28
    Classes/cSettings.cpp \
22
    Classes/cSettings.cpp \
29
    ../Global/Class_HandlerKML/HandlerKML.cpp
23
    ../Global/Class_HandlerKML/HandlerKML.cpp
30
HEADERS += Defines.h \
24
HEADERS += Defines.h \
31
    ../Global/Kopter.h \
-
 
32
    ../Global/MK_Datatypes.h \
-
 
33
    ../Global/Global.h \
25
    ../Global/Global.h \
34
    ../Global/Class_QMapControl.h \
26
    ../Global/Class_QMapControl.h \
35
    ../Global/Class_Input/Input.h \
-
 
36
    ../Global/Class_Input/Input_TCP.h \
-
 
37
    ../Global/Class_Input/Input_TTY.h \
-
 
38
    ../Global/Class_HandlerMK/HandlerMK.h \
-
 
39
    ../Global/Class_HandlerIP/HandlerIP.h \
-
 
40
    Dialogs/dlg_Main.h \
27
    Dialogs/dlg_Main.h \
41
    Dialogs/dlg_MapPos.h \
28
    Dialogs/dlg_MapPos.h \
42
    Classes/cSettings.h \
29
    Classes/cSettings.h \
43
    TypeDefs.h \
30
    TypeDefs.h \
44
    ../Global/Class_HandlerKML/HandlerKML.h
31
    ../Global/Class_HandlerKML/HandlerKML.h