Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
674 | KeyOz | 1 | # ------------------------------------------------- |
2 | # Project created by QtCreator 2009-07-20T20:04:00 |
||
3 | # ------------------------------------------------- |
||
4 | |||
5 | DEFINES += _TTY_POSIX_ |
||
6 | include(../Global/Class_SerialPort.pri) |
||
7 | |||
8 | QT += network |
||
9 | TARGET = QMK-Settings |
||
10 | TEMPLATE = app |
||
11 | DESTDIR = ../Binary |
||
12 | |||
13 | debug { |
||
14 | DEFINES += _BETA_ |
||
15 | } |
||
16 | |||
17 | OBJECTS_DIR = ../Binary/.build/QMK-Settings |
||
18 | UI_DIR = ../Binary/.build/QMK-Settings |
||
19 | MOC_DIR = ../Binary/.build/QMK-Settings |
||
20 | RCC_DIR = ../Binary/.build/QMK-Settings |
||
21 | RESOURCES += QMK-Settings.qrc |
||
22 | SOURCES += main.cpp \ |
||
23 | ../Global/Class_Input/Input.cpp \ |
||
24 | ../Global/Class_Input/Input_TCP.cpp \ |
||
25 | ../Global/Class_Input/Input_TTY.cpp \ |
||
26 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
||
27 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
||
28 | Dialogs/dlg_Main.cpp \ |
||
29 | Dialogs/dlg_MotorMixer.cpp \ |
||
30 | Classes/cSettings.cpp |
||
31 | HEADERS += Defines.h \ |
||
32 | ../Global/Kopter.h \ |
||
33 | ../Global/MK_Datatypes.h \ |
||
34 | ../Global/Global.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 \ |
||
41 | Dialogs/dlg_MotorMixer.h \ |
||
42 | Classes/cSettings.h \ |
||
43 | TypeDefs.h |
||
44 | FORMS += Dialogs/dlg_Main.ui \ |
||
45 | Dialogs/dlg_MotorMixer.ui |