Subversion Repositories Projects

Rev

Rev 711 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 711 Rev 801
1
# -------------------------------------------------
1
# -------------------------------------------------
2
# Project created by QtCreator 2009-07-20T20:04:00
2
# Project created by QtCreator 2009-07-20T20:04:00
3
# -------------------------------------------------
3
# -------------------------------------------------
4
QT += network
4
QT += network
5
TARGET = QMK-Communicator
5
TARGET = QMK-Communicator
6
TEMPLATE = app
6
TEMPLATE = app
7
DEFINES += _TTY_POSIX_
-
 
8
 
7
 
9
include(../Global/Class_SerialPort.pri)
8
include(../Global/Class_SerialPort.pri)
10
 
9
 
11
DESTDIR = ../Binary
10
DESTDIR = ../Binary
-
 
11
 
-
 
12
debug {
12
debug:DEFINES += _BETA_
13
  DEFINES += _BETA_
-
 
14
}
-
 
15
 
13
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
16
OBJECTS_DIR = ../Binary/.build/QMK-Communicator
14
UI_DIR = ../Binary/.build/QMK-Communicator
17
UI_DIR = ../Binary/.build/QMK-Communicator
15
MOC_DIR = ../Binary/.build/QMK-Communicator
18
MOC_DIR = ../Binary/.build/QMK-Communicator
16
RCC_DIR = ../Binary/.build/QMK-Communicator
19
RCC_DIR = ../Binary/.build/QMK-Communicator
17
RESOURCES += QMK-Communicator.qrc
20
RESOURCES += QMK-Communicator.qrc
18
SOURCES += main.cpp \
21
SOURCES += main.cpp \
19
    ../Global/Class_Input/Input.cpp \
22
    ../Global/Class_Input/Input.cpp \
20
    ../Global/Class_Input/Input_TTY.cpp \
23
    ../Global/Class_Input/Input_TTY.cpp \
21
    ../Global/Class_Input/Input_TCP.cpp \
24
    ../Global/Class_Input/Input_TCP.cpp \
22
    ../Global/Class_HandlerMK/HandlerMK.cpp \
25
    ../Global/Class_HandlerMK/HandlerMK.cpp \
23
    ../Global/Class_HandlerIP/HandlerIP.cpp \
26
    ../Global/Class_HandlerIP/HandlerIP.cpp \
24
    Dialogs/dlg_Main.cpp \
27
    Dialogs/dlg_Main.cpp \
25
    Classes/cSettings.cpp \
28
    Classes/cSettings.cpp \
26
    Dialogs/dlg_Preferences.cpp \
29
    Dialogs/dlg_Preferences.cpp \
27
    Dialogs/dlg_Terminal.cpp
30
    Dialogs/dlg_Terminal.cpp
28
HEADERS += Defines.h \
31
HEADERS += Defines.h \
29
    ../Global/Kopter.h \
32
    ../Global/Kopter.h \
30
    ../Global/Class_Input/Input.h \
33
    ../Global/Class_Input/Input.h \
31
    ../Global/Class_Input/Input_TTY.h \
34
    ../Global/Class_Input/Input_TTY.h \
32
    ../Global/Class_Input/Input_TCP.h \
35
    ../Global/Class_Input/Input_TCP.h \
33
    ../Global/Class_HandlerMK/HandlerMK.h \
36
    ../Global/Class_HandlerMK/HandlerMK.h \
34
    ../Global/Class_HandlerIP/HandlerIP.h \
37
    ../Global/Class_HandlerIP/HandlerIP.h \
35
    Dialogs/dlg_Main.h \
38
    Dialogs/dlg_Main.h \
36
    Classes/cSettings.h \
39
    Classes/cSettings.h \
37
    TypeDefs.h \
40
    TypeDefs.h \
38
    ../Global/Global.h \
41
    ../Global/Global.h \
39
    Dialogs/dlg_Preferences.h \
42
    Dialogs/dlg_Preferences.h \
40
    Dialogs/dlg_Terminal.h
43
    Dialogs/dlg_Terminal.h
41
FORMS += Dialogs/dlg_Main.ui \
44
FORMS += Dialogs/dlg_Main.ui \
42
    Dialogs/dlg_Preferences.ui \
45
    Dialogs/dlg_Preferences.ui \
43
    Dialogs/dlg_Terminal.ui
46
    Dialogs/dlg_Terminal.ui