Subversion Repositories Projects

Rev

Rev 674 | Rev 801 | 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
 
Line 6... Line 5...
6
include(../Global/Class_SerialPort.pri)
5
include(../Global/Widget_Connection.pri)
7
 
6
 
8
QT += network
7
QT += network
9
TARGET = QMK-Scope
8
TARGET = QMK-Scope
Line 40... Line 39...
40
  INCLUDEPATH += /opt/local/include
39
  INCLUDEPATH += /opt/local/include
41
}
40
}
42
RESOURCES += QMK-Scope.qrc
41
RESOURCES += QMK-Scope.qrc
Line 43... Line 42...
43
 
42
 
44
SOURCES += main.cpp \
-
 
45
    ../Global/Class_Input/Input.cpp \
-
 
46
    ../Global/Class_Input/Input_TCP.cpp \
-
 
47
    ../Global/Class_Input/Input_TTY.cpp \
-
 
48
    ../Global/Class_HandlerMK/HandlerMK.cpp \
-
 
49
    ../Global/Class_HandlerIP/HandlerIP.cpp \
43
SOURCES += main.cpp \
50
    Dialogs/dlg_Main.cpp \
44
    Dialogs/dlg_Main.cpp \
51
    Classes/cSettings.cpp
45
    Classes/cSettings.cpp
52
HEADERS += Defines.h \
-
 
53
    ../Global/Kopter.h \
46
HEADERS += Defines.h \
54
    ../Global/Global.h \
-
 
55
    ../Global/Class_Input/Input.h \
-
 
56
    ../Global/Class_Input/Input_TCP.h \
-
 
57
    ../Global/Class_Input/Input_TTY.h \
-
 
58
    ../Global/Class_HandlerMK/HandlerMK.h \
-
 
59
    ../Global/Class_HandlerIP/HandlerIP.h \
47
    ../Global/Global.h \
60
    Dialogs/dlg_Main.h \
48
    Dialogs/dlg_Main.h \
61
    Classes/cSettings.h \
49
    Classes/cSettings.h \
62
    TypeDefs.h
50
    TypeDefs.h